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

start.md « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d803d5d73dccb1bc927bc0b0b5890021accd129d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
npm-start(1) -- Start a package
===============================

## SYNOPSIS

    npm start <name> [<version>]

## DESCRIPTION

This runs a package's "start" script, if one was provided.

If no version is specified, then it starts the "active" version.