Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
make doc
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 27, 2011
1 parent 94e1571 commit 33e1cd4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
12 changes: 12 additions & 0 deletions man1/install.1
Expand Up @@ -116,6 +116,18 @@ npm install sax@">=0\.1\.0 <0\.2\.0" bench supervisor
.P
The \fB\-\-tag\fR argument will apply to all of the specified install targets\.
.
.P
The \fB\-\-force\fR argument will force npm to fetch remote resources even if a local copy exists on disk\.
.
.IP "" 4
.
.nf
npm install sax \-\-force
.
.fi
.
.IP "" 0
.
.SH "CONFIGURATION"
.
.SS "root"
Expand Down
22 changes: 22 additions & 0 deletions man1/publish.1
Expand Up @@ -31,3 +31,25 @@ with a package\.json file inside\.
.P
Fails if the package name and version combination already exists in
the registry\.
.
.SH "CONFIGURATION"
See \fBnpm help registry\fR
.
.P
Also, the \fBforce\fR configuration param will cause it to unpublish an
existing package, so that it can be published over\. Please use with
caution!
.
.SH "SEE ALSO"
.
.IP "\(bu" 4
npm\-registry(1)
.
.IP "\(bu" 4
npm\-adduser(1)
.
.IP "\(bu" 4
npm\-owner(1)
.
.IP "" 0

0 comments on commit 33e1cd4

Please sign in to comment.