summaryrefslogtreecommitdiff
path: root/deps/npm/html/partial/doc/api/npm-start.html
blob: 2eae8ba0f5903e18dcae1cb60b9750d57067e2b8 (plain)
1
2
3
4
5
6
7
8
<h1><a href="../api/npm-start.html">npm-start</a></h1> <p>Start a package</p>
<h2 id="synopsis">SYNOPSIS</h2>
<pre><code>npm.commands.start(packages, callback)
</code></pre><h2 id="description">DESCRIPTION</h2>
<p>This runs a package&#39;s &quot;start&quot; script, if one was provided.</p>
<p>npm can run tests on multiple packages. Just specify multiple packages
in the <code>packages</code> parameter.</p>