blob: 74491146aac3e48ac161753c6a16af5c58248d49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.
|