nodejs/deps/npm/man/man1/npm-start.1

29 lines
391 B
Groff
Raw Normal View History

.TH "NPM\-START" "1" "November 2015" "" ""
.SH "NAME"
2014-09-24 14:41:07 -07:00
\fBnpm-start\fR \- Start a package
.SH SYNOPSIS
.P
.RS 2
2014-11-04 15:08:12 -08:00
.nf
2014-09-24 14:41:07 -07:00
npm start [\-\- <args>]
2014-11-04 15:08:12 -08:00
.fi
2014-09-24 14:41:07 -07:00
.RE
.SH DESCRIPTION
.P
This runs a package's "start" script, if one was provided\.
.SH SEE ALSO
.RS 0
.IP \(bu 2
npm help run\-script
2014-09-24 14:41:07 -07:00
.IP \(bu 2
2014-09-16 15:38:50 -07:00
npm help 7 scripts
2014-09-24 14:41:07 -07:00
.IP \(bu 2
npm help test
2014-09-24 14:41:07 -07:00
.IP \(bu 2
npm help restart
2014-09-24 14:41:07 -07:00
.IP \(bu 2
npm help stop
2014-09-24 14:41:07 -07:00
.RE