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: 511da6b87cd86e3d67909bc5827a7654b743fdad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
npm-start(1) -- Start a package
===============================

## SYNOPSIS

    npm start <name>[@<version>] [<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.