]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man3/npm-pack.3
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man3 / npm-pack.3
1 .TH "NPM\-PACK" "3" "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\.commands\.pack([packages,] callback)
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