node/deps/npm/doc/cli/npm-start.md

19 lines
276 B
Markdown
Raw Normal View History

npm-start(1) -- Start a package
===============================
## SYNOPSIS
2014-09-25 05:41:07 +08:00
npm start [-- <args>]
## DESCRIPTION
This runs a package's "start" script, if one was provided.
## SEE ALSO
* npm-run-script(1)
2013-07-12 23:56:59 +08:00
* npm-scripts(7)
* npm-test(1)
* npm-restart(1)
* npm-stop(1)