node/deps/npm/man/man1/npm-help.1

58 lines
1.1 KiB
Groff
Raw Normal View History

.TH "NPM\-HELP" "1" "May 2015" "" ""
.SH "NAME"
2014-09-25 05:41:07 +08:00
\fBnpm-help\fR \- Get help on npm
.SH SYNOPSIS
.P
.RS 2
2014-11-05 07:08:12 +08:00
.nf
npm help <topic>
npm help some search terms
2014-11-05 07:08:12 +08:00
.fi
2014-09-25 05:41:07 +08:00
.RE
.SH DESCRIPTION
.P
If supplied a topic, then show the appropriate documentation page\.
.P
If the topic does not exist, or if multiple terms are provided, then run
the \fBhelp\-search\fR command to find a match\. Note that, if \fBhelp\-search\fR
finds a single subject, then it will run \fBhelp\fR on that topic, so unique
matches are equivalent to specifying a topic name\.
2014-09-25 05:41:07 +08:00
.SH CONFIGURATION
.SS viewer
.RS 0
.IP \(bu 2
Default: "man" on Posix, "browser" on Windows
2014-09-25 05:41:07 +08:00
.IP \(bu 2
Type: path
2014-09-25 05:41:07 +08:00
.RE
.P
The program to use to view help content\.
.P
Set to \fB"browser"\fR to view html help content in the default web browser\.
2014-09-25 05:41:07 +08:00
.SH SEE ALSO
.RS 0
.IP \(bu 2
npm help npm
2014-09-25 05:41:07 +08:00
.IP \(bu 2
README
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 7 faq
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 5 folders
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help config
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 7 config
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 5 npmrc
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 5 package\.json
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help help\-search
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 7 index
2014-09-25 05:41:07 +08:00
.RE