node/deps/npm/man/man1/npm-run-script.1
isaacs bd547d6598 npm: upgrade to 1.4.6
* Documentation upgrades
* Fix glob bug which prevents proper README publishing
* node-gyp upgrade to 0.13
* Documentation updates
* Add --save-exact to save an exact dep (instead of a range)
* alias 't' to 'test'
2014-03-25 17:42:22 -07:00

42 lines
620 B
Groff

.\" Generated with Ronnjs 0.3.8
.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-RUN\-SCRIPT" "1" "March 2014" "" ""
.
.SH "NAME"
\fBnpm-run-script\fR \-\- Run arbitrary package scripts
.
.SH "SYNOPSIS"
.
.nf
npm run\-script <script> <name>
.
.fi
.
.SH "DESCRIPTION"
This runs an arbitrary command from a package\'s "scripts" object\.
.
.P
It is used by the test, start, restart, and stop commands, but can be
called directly, as well\.
.
.SH "SEE ALSO"
.
.IP "\(bu" 4
npm help scripts
.
.IP "\(bu" 4
npm help test
.
.IP "\(bu" 4
npm help start
.
.IP "\(bu" 4
npm help restart
.
.IP "\(bu" 4
npm help stop
.
.IP "" 0