node/deps/npm/man/man1/npm-stop.1

29 lines
387 B
Groff
Raw Normal View History

.TH "NPM\-STOP" "1" "February 2015" "" ""
.SH "NAME"
2014-09-25 05:41:07 +08:00
\fBnpm-stop\fR \- Stop a package
.SH SYNOPSIS
.P
.RS 2
2014-11-05 07:08:12 +08:00
.nf
2014-09-25 05:41:07 +08:00
npm stop [\-\- <args>]
2014-11-05 07:08:12 +08:00
.fi
2014-09-25 05:41:07 +08:00
.RE
.SH DESCRIPTION
.P
This runs a package's "stop" script, if one was provided\.
.SH SEE ALSO
.RS 0
.IP \(bu 2
npm help run\-script
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 7 scripts
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help test
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help start
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help restart
2014-09-25 05:41:07 +08:00
.RE