diff options
Diffstat (limited to 'deps/npm/doc/cli/npm-start.md')
-rw-r--r-- | deps/npm/doc/cli/npm-start.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/npm-start.md b/deps/npm/doc/cli/npm-start.md new file mode 100644 index 000000000..01347d2e4 --- /dev/null +++ b/deps/npm/doc/cli/npm-start.md @@ -0,0 +1,18 @@ +npm-start(1) -- Start a package +=============================== + +## SYNOPSIS + + npm start <name> + +## DESCRIPTION + +This runs a package's "start" script, if one was provided. + +## SEE ALSO + +* npm-run-script(1) +* npm-scripts(7) +* npm-test(1) +* npm-restart(1) +* npm-stop(1) |