Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 278 Bytes

start.md

File metadata and controls

12 lines (7 loc) · 278 Bytes

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.