summaryrefslogtreecommitdiff
path: root/deps/npm/docs/content/cli-commands/npm-stop.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/docs/content/cli-commands/npm-stop.md')
-rwxr-xr-xdeps/npm/docs/content/cli-commands/npm-stop.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/deps/npm/docs/content/cli-commands/npm-stop.md b/deps/npm/docs/content/cli-commands/npm-stop.md
new file mode 100755
index 0000000000..49a7416464
--- /dev/null
+++ b/deps/npm/docs/content/cli-commands/npm-stop.md
@@ -0,0 +1,27 @@
+---
+section: cli-commands
+title: npm-stop
+description: Stop a package
+---
+
+# npm-stop
+
+## Stop a package
+
+### Synopsis
+
+```bash
+npm stop [-- <args>]
+```
+
+### Description
+
+This runs a package's "stop" script, if one was provided.
+
+### See Also
+
+* [npm run-script](/cli-commands/npm-run-script)
+* [npm scripts](/using-npm/scripts)
+* [npm test](/cli-commands/npm-test)
+* [npm start](/cli-commands/npm-start)
+* [npm restart](/cli-commands/npm-restart)