The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps / npm / man / man1 / run-script.1 @ d46ebffb

History | View | Annotate | Download (619 Bytes)

1
.\" Generated with Ronnjs 0.3.8
2
.\" http://github.com/kapouer/ronnjs/
3
.
4
.TH "NPM\-RUN\-SCRIPT" "1" "April 2013" "" ""
5
.
6
.SH "NAME"
7
\fBnpm-run-script\fR \-\- Run arbitrary package scripts
8
.
9
.SH "SYNOPSIS"
10
.
11
.nf
12
npm run\-script <script> <name>
13
.
14
.fi
15
.
16
.SH "DESCRIPTION"
17
This runs an arbitrary command from a package\'s "scripts" object\.
18
.
19
.P
20
It is used by the test, start, restart, and stop commands, but can be
21
called directly, as well\.
22
.
23
.SH "SEE ALSO"
24
.
25
.IP "\(bu" 4
26
npm help scripts
27
.
28
.IP "\(bu" 4
29
npm help test
30
.
31
.IP "\(bu" 4
32
npm help start
33
.
34
.IP "\(bu" 4
35
npm help restart
36
.
37
.IP "\(bu" 4
38
npm help stop
39
.
40
.IP "" 0
41