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

19 lines
271 B
Markdown

npm-start(1) -- Start a package
===============================
## SYNOPSIS
npm start <name>
## DESCRIPTION
This runs a package's "start" script, if one was provided.
## SEE ALSO
* npm-run-script(1)
* npm-scripts(1)
* npm-test(1)
* npm-restart(1)
* npm-stop(1)