68410a92f2df899d1d5a210dc1352a733df32c45
[platform/framework/web/crosswalk-tizen.git] /
1 # npm-run
2
3 ### Run locally-installed executables.
4
5 Any executable available to an npm lifecycle script is available to `npm-run`.
6
7 ## Installation
8
9 ```bash
10 > npm install -g npm-run
11 ```
12
13 ## Usage
14
15 ```bash
16 > npm install mocha
17 > npm-run mocha test/*
18 # uses local mocha executable
19 ```
20
21 ### See Also
22
23 * [timoxley/npm-which](https://github.com/timoxley/npm-which)
24 * [timoxley/npm-path](https://github.com/timoxley/npm-path)
25 * [grncdr/npm-exec](https://github.com/grncdr/npm-exec)
26
27 ## License
28
29 MIT