summaryrefslogtreecommitdiff
path: root/deps/npm/doc/api/start.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/api/start.md')
-rw-r--r--deps/npm/doc/api/start.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/deps/npm/doc/api/start.md b/deps/npm/doc/api/start.md
new file mode 100644
index 0000000000..74491146aa
--- /dev/null
+++ b/deps/npm/doc/api/start.md
@@ -0,0 +1,13 @@
+npm-start(3) -- Start a package
+===============================
+
+## SYNOPSIS
+
+ npm.commands.start(packages, callback)
+
+## DESCRIPTION
+
+This runs a package's "start" script, if one was provided.
+
+npm can run tests on multiple packages. Just specify multiple packages
+in the `packages` parameter.