Welcome to mirror list, hosted at ThFree Co, Russian Federation.

start.1 « man - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad7487ba59eb0b0842f8c5b05704c23dd8a2e3a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "NPM\-START" "1" "May 2010" "" ""
.
.SH "NAME"
\fBnpm\-start\fR \- Start a package
.
.SH "SYNOPSIS"
.
.nf

npm start <name> [<version>]
.
.fi
.
.SH "DESCRIPTION"
This runs a package\'s "start" script, if one was provided\.
.
.P
If no version is specified, then it starts the "active" version\.