9ebde9a6095ea9e903f6ff1c844812c2f682ba00
[platform/upstream/nodejs.git] / deps / npm / man / man3 / npm-start.3
1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
3 .
4 .TH "NPM\-START" "3" "November 2013" "" ""
5 .
6 .SH "NAME"
7 \fBnpm-start\fR \-\- Start a package
8 .
9 .SH "SYNOPSIS"
10 .
11 .nf
12 npm\.commands\.start(packages, callback)
13 .
14 .fi
15 .
16 .SH "DESCRIPTION"
17 This runs a package\'s "start" script, if one was provided\.
18 .
19 .P
20 npm can run tests on multiple packages\. Just specify multiple packages
21 in the \fBpackages\fR parameter\.