Welcome to mirror list, hosted at ThFree Co, Russian Federation.

help.1 « man - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d80cf1e5faf9022ba064aa5f4caa5dfe8fa90582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.\" generated with Ronn/v0.4.1
.\" http://github.com/rtomayko/ronn/
.
.TH "NPM\-HELP" "1" "May 2010" "" ""
.
.SH "NAME"
\fBnpm\-help\fR \-\- Get help about npm commands
.
.SH "SYNOPSIS"
.
.nf
npm help <section>
.
.fi
.
.P
Where \fB<section>\fR is one of:
.
.br
\fBactivate\fR, \fBadduser\fR, \fBbuild\fR, \fBconfig\fR, \fBdeactivate\fR, \fBfolders\fR, \fBhelp\fR
(this page), \fBinstall\fR, \fBjson\fR, \fBlink\fR (or \fBln\fR), \fBlist\fR (or \fBls\fR), \fBnpm\fR, \fBpublish\fR, \fBregistry\fR, \fBscripts\fR, \fBtag\fR, \fBuninstall\fR (or \fBrm\fR)
.
.P
Note that you can get the exact same help content by doing:
.
.IP "" 4
.
.nf
man npm\-<section>
.
.fi
.
.IP "" 0
.
.SH "Todo"
It'd be nice if this page was automatically generated.