Welcome to mirror list, hosted at ThFree Co, Russian Federation.

npm-stop.md « cli « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 92b14b417962bdd134bf747a062aa6e33b4882c8 (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 [-- <args>]

## DESCRIPTION

This runs a package's "stop" script, if one was provided.

## SEE ALSO

* npm-run-script(1)
* npm-scripts(7)
* npm-test(1)
* npm-start(1)
* npm-restart(1)