summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/stop.md
blob: 1ab3e9975d16b10daf3c2c7a707e3d1030e181b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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)
* npm-scripts(1)
* npm-test(1)
* npm-start(1)
* npm-restart(1)