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

19 lines
266 B
Markdown
Raw Normal View History

npm-stop(1) -- Stop a package
=============================
## SYNOPSIS
npm stop <name>
## DESCRIPTION
This runs a package's "stop" 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-start(1)
* npm-restart(1)