node/deps/npm/man/man3/npm-start.3

18 lines
343 B
Groff
Raw Normal View History

.TH "NPM\-START" "3" "March 2015" "" ""
.SH "NAME"
2014-09-25 05:41:07 +08:00
\fBnpm-start\fR \- Start a package
.SH SYNOPSIS
.P
.RS 2
2014-11-05 07:08:12 +08:00
.nf
npm\.commands\.start(packages, callback)
2014-11-05 07:08:12 +08:00
.fi
2014-09-25 05:41:07 +08:00
.RE
.SH DESCRIPTION
.P
This runs a package's "start" script, if one was provided\.
.P
npm can start multiple packages\. Just specify multiple packages in the
\fBpackages\fR parameter\.
2014-09-25 05:41:07 +08:00