2186739aad587ce474b9d8477b08e4ddf6dcc9de
[platform/upstream/nodejs.git] / deps / npm / man / man1 / npm-pack.1
1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
3 .
4 .TH "NPM\-PACK" "1" "November 2013" "" ""
5 .
6 .SH "NAME"
7 \fBnpm-pack\fR \-\- Create a tarball from a package
8 .
9 .SH "SYNOPSIS"
10 .
11 .nf
12 npm pack [<pkg> [<pkg> \.\.\.]]
13 .
14 .fi
15 .
16 .SH "DESCRIPTION"
17 For anything that\'s installable (that is, a package folder, tarball,
18 tarball url, name@tag, name@version, or name), this command will fetch
19 it to the cache, and then copy the tarball to the current working
20 directory as \fB<name>\-<version>\.tgz\fR, and then write the filenames out to
21 stdout\.
22 .
23 .P
24 If the same package is specified multiple times, then the file will be
25 overwritten the second time\.
26 .
27 .P
28 If no arguments are supplied, then npm packs the current package folder\.
29 .
30 .SH "SEE ALSO"
31 .
32 .IP "\(bu" 4
33 npm help cache
34 .
35 .IP "\(bu" 4
36 npm help publish
37 .
38 .IP "\(bu" 4
39 npm help config
40 .
41 .IP "\(bu" 4
42 npm help  config
43 .
44 .IP "\(bu" 4
45 npm help  npmrc
46 .
47 .IP "" 0
48