mirror of
https://github.com/nodejs/node.git
synced 2025-05-18 04:02:58 +00:00

* isaacs, Robert Kowalski, Benjamin Coe: Test Improvements * isaacs doc: Add canonical url * isaacs view: handle unpublished packages properly * Raynos (Jake Verbaten) do not log if silent * Julian Gruber fix no such property error * isaacs npmconf@0.1.14 * Thorsten Lorenz adding save-prefix configuration option * isaacs npm-registry-client@0.4.7 * isaacs cache: treat missing versions as a 404 * isaacs cache: Save shasum, write resolved/etc data to cache * isaacs cache: Always fetch root doc * isaacs cache: don't repack unnecessarily from tmp * Andrey Kislyuk Don't crash if shrinkwrap-dependencies were not passed in pkginfo * Robert Kowalski fix link in faq * Jean Lauliac Add a peerDependencies section in package.json doc * isaacs read-installed@2.0.2
79 lines
1.4 KiB
Groff
79 lines
1.4 KiB
Groff
.\" Generated with Ronnjs 0.3.8
|
|
.\" http://github.com/kapouer/ronnjs/
|
|
.
|
|
.TH "NPM\-DOCS" "1" "April 2014" "" ""
|
|
.
|
|
.SH "NAME"
|
|
\fBnpm-docs\fR \-\- Docs for a package in a web browser maybe
|
|
.
|
|
.SH "SYNOPSIS"
|
|
.
|
|
.nf
|
|
npm docs [<pkgname> [<pkgname> \.\.\.]]
|
|
npm docs (with no args in a package dir)
|
|
npm home [<pkgname> [<pkgname> \.\.\.]]
|
|
npm home (with no args in a package dir)
|
|
.
|
|
.fi
|
|
.
|
|
.SH "DESCRIPTION"
|
|
This command tries to guess at the likely location of a package\'s
|
|
documentation URL, and then tries to open it using the \fB\-\-browser\fR
|
|
config param\. You can pass multiple package names at once\. If no
|
|
package name is provided, it will search for a \fBpackage\.json\fR in
|
|
the current folder and use the \fBname\fR property\.
|
|
.
|
|
.SH "CONFIGURATION"
|
|
.
|
|
.SS "browser"
|
|
.
|
|
.IP "\(bu" 4
|
|
Default: OS X: \fB"open"\fR, Windows: \fB"start"\fR, Others: \fB"xdg\-open"\fR
|
|
.
|
|
.IP "\(bu" 4
|
|
Type: String
|
|
.
|
|
.IP "" 0
|
|
.
|
|
.P
|
|
The browser that is called by the \fBnpm docs\fR command to open websites\.
|
|
.
|
|
.SS "registry"
|
|
.
|
|
.IP "\(bu" 4
|
|
Default: https://registry\.npmjs\.org/
|
|
.
|
|
.IP "\(bu" 4
|
|
Type: url
|
|
.
|
|
.IP "" 0
|
|
.
|
|
.P
|
|
The base URL of the npm package registry\.
|
|
.
|
|
.SH "SEE ALSO"
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help view
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help publish
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help registry
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help config
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help config
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help npmrc
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help package\.json
|
|
.
|
|
.IP "" 0
|
|
|