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

## SYNOPSIS

    npm start <name>

## DESCRIPTION

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