]> 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-publish.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-publish.3
1 .TH "NPM\-PUBLISH" "3" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-publish\fR \- Publish a package
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm\.commands\.publish([packages,] callback)
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 Publishes a package to the registry so that it can be installed by name\.
14 Possible values in the 'packages' array are:
15 .RS 0
16 .IP \(bu 2
17 \fB<folder>\fP:
18 A folder containing a package\.json file
19 .IP \(bu 2
20 \fB<tarball>\fP:
21 A url or file path to a gzipped tar archive containing a single folder
22 with a package\.json file inside\.
23
24 .RE
25 .P
26 If the package array is empty, npm will try to publish something in the
27 current working directory\.
28 .P
29 This command could fails if one of the packages specified already exists in
30 the registry\.  Overwrites when the "force" environment variable is set\.
31 .SH SEE ALSO
32 .RS 0
33 .IP \(bu 2
34 npm help 7 registry
35 .IP \(bu 2
36 npm help adduser
37 .IP \(bu 2
38 npm apihelp owner
39
40 .RE
41