3 ### Run locally-installed executables.
5 Any executable available to an npm lifecycle script is available to `npm-run`.
10 > npm install -g npm-run
17 > npm-run mocha test/*
18 # uses local mocha executable
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)