diff options
Diffstat (limited to 'deps/npm/man/man1/npm-prune.1')
-rw-r--r-- | deps/npm/man/man1/npm-prune.1 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/deps/npm/man/man1/npm-prune.1 b/deps/npm/man/man1/npm-prune.1 new file mode 100644 index 000000000..283d6885c --- /dev/null +++ b/deps/npm/man/man1/npm-prune.1 @@ -0,0 +1,37 @@ +.\" Generated with Ronnjs 0.3.8 +.\" http://github.com/kapouer/ronnjs/ +. +.TH "NPM\-PRUNE" "1" "July 2013" "" "" +. +.SH "NAME" +\fBnpm-prune\fR \-\- Remove extraneous packages +. +.SH "SYNOPSIS" +. +.nf +npm prune [<name> [<name \.\.\.]] +. +.fi +. +.SH "DESCRIPTION" +This command removes "extraneous" packages\. If a package name is +provided, then only packages matching one of the supplied names are +removed\. +. +.P +Extraneous packages are packages that are not listed on the parent +package\'s dependencies list\. +. +.SH "SEE ALSO" +. +.IP "\(bu" 4 +npm help rm +. +.IP "\(bu" 4 +npm help folders +. +.IP "\(bu" 4 +npm help list +. +.IP "" 0 + |