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