]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man1/npm-pack.1
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man1 / npm-pack.1
1 .TH "NPM\-PACK" "1" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-pack\fR \- Create a tarball from a package
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm pack [<pkg> [<pkg> \.\.\.]]
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 For anything that's installable (that is, a package folder, tarball,
14 tarball url, name@tag, name@version, or name), this command will fetch
15 it to the cache, and then copy the tarball to the current working
16 directory as \fB<name>\-<version>\.tgz\fP, and then write the filenames out to
17 stdout\.
18 .P
19 If the same package is specified multiple times, then the file will be
20 overwritten the second time\.
21 .P
22 If no arguments are supplied, then npm packs the current package folder\.
23 .SH SEE ALSO
24 .RS 0
25 .IP \(bu 2
26 npm help cache
27 .IP \(bu 2
28 npm help publish
29 .IP \(bu 2
30 npm help config
31 .IP \(bu 2
32 npm help 7 config
33 .IP \(bu 2
34 npm help 5 npmrc
35
36 .RE
37