]> gerrit.simantics Code Review - simantics/district.git/blob - doc/api/npm-start.md
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / doc / api / npm-start.md
1 npm-start(3) -- Start a package
2 ===============================
3
4 ## SYNOPSIS
5
6     npm.commands.start(packages, callback)
7
8 ## DESCRIPTION
9
10 This runs a package's "start" script, if one was provided.
11
12 npm can start multiple packages. Just specify multiple packages in the
13 `packages` parameter.