]> 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-start.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-start.1
1 .TH "NPM\-START" "1" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-start\fR \- Start a package
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm start [\-\- <args>]
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 This runs an arbitrary command specified in the package's \fB"start"\fP property of
14 its \fB"scripts"\fP object\. If no \fB"start"\fP property is specified on the
15 \fB"scripts"\fP object, it will run \fBnode server\.js\fP\|\.
16 .P
17 As of \fBnpm@2\.0\.0\fP \fIhttp://blog\.npmjs\.org/post/98131109725/npm\-2\-0\-0\fR, you can
18 use custom arguments when executing scripts\. Refer to npm help run\-script for
19 more details\.
20 .SH SEE ALSO
21 .RS 0
22 .IP \(bu 2
23 npm help run\-script
24 .IP \(bu 2
25 npm help 7 scripts
26 .IP \(bu 2
27 npm help test
28 .IP \(bu 2
29 npm help restart
30 .IP \(bu 2
31 npm help stop
32
33 .RE
34