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

stop.1 « man - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a02773dd23f1fd8b18c89aaf4184aaede0b3a19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.\" generated with Ronn/v0.4.1
.\" http://github.com/rtomayko/ronn/
.
.TH "NPM\-STOP" "1" "May 2010" "" ""
.
.SH "NAME"
\fBnpm\-stop\fR \-\- Stop a package
.
.SH "SYNOPSIS"
.
.nf
npm stop <name> [<version>]
.
.fi
.
.SH "DESCRIPTION"
This runs a package's "stop" script, if one was provided.
.
.P
If no version is specified, then it stops the "active" version.