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

30 lines
491 B
Groff
Raw Normal View History

2014-11-05 07:08:12 +08:00
.TH "NPM\-RESTART" "1" "October 2014" "" ""
.SH "NAME"
2014-09-25 05:41:07 +08:00
\fBnpm-restart\fR \- Start 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 restart [\-\- <args>]
2014-11-05 07:08:12 +08:00
.fi
2014-09-25 05:41:07 +08:00
.RE
.SH DESCRIPTION
.P
2014-11-05 07:08:12 +08:00
This runs a package's "restart" script, if one was provided\. Otherwise it runs
package's "stop" script, if one was provided, and then the "start" script\.
2014-09-25 05:41:07 +08:00
.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 stop
2014-09-25 05:41:07 +08:00
.RE