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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-12-06 23:07:30 +0300
committerisaacs <i@izs.me>2010-12-06 23:07:30 +0300
commit85b372bcbffe97ebad61ae06ab2c5d69390b6e11 (patch)
tree0858af9e01c7d3d91b58807f4b26b89aca8200e5 /man1
parentd7ab4c3b011cc667c726ba537fbf68ac10eb1ae9 (diff)
Add `bundle destroy`
Diffstat (limited to 'man1')
-rw-r--r--man1/bundle.17
1 files changed, 6 insertions, 1 deletions
diff --git a/man1/bundle.1 b/man1/bundle.1
index f0c3e35fe..da602a521 100644
--- a/man1/bundle.1
+++ b/man1/bundle.1
@@ -9,7 +9,9 @@
.SH "SYNOPSIS"
.
.nf
-npm bundle [<cmd> \.\.\.]
+npm bundle
+npm bundle destroy
+npm bundle <cmd> <args>
.
.fi
.
@@ -33,6 +35,9 @@ To bundle all the dependencies of a given package, run \fBnpm bundle\fR
without any arguments\.
.
.P
+To completely remove the bundle folder, run \fBnpm bundle destroy\fR\|\.
+.
+.P
To operate on the bundle packages, any npm command and arguments may be
passed to the \fBnpm bundle\fR command\. For example, to install a package
into the bundle, you can do \fBnpm bundle install express\fR\|\.