]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/cli/npm-stop.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / cli / npm-stop.md
1 npm-stop(1) -- Stop a package
2 =============================
3
4 ## SYNOPSIS
5
6     npm stop [-- <args>]
7
8 ## DESCRIPTION
9
10 This runs a package's "stop" script, if one was provided.
11
12 ## SEE ALSO
13
14 * npm-run-script(1)
15 * npm-scripts(7)
16 * npm-test(1)
17 * npm-start(1)
18 * npm-restart(1)