Yet another spawn wrapper (that works on Windows).
Install
$ npm install spawn-local-bin
Usage
spawn()
A child_process.spawn wrapper that inherits stdio
.
var spawn = ; var cmd = 'ls';var args = '~/' '-la';var cwd = process; ;
spawn.path()
Adds all local bin's (located under node_modules/.bin
) to the process.env PATH.
var spawn = ; var dir = __dirname; spawn;
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
History
For detailed changelog, check Releases.
License
MIT License © Zeno Rocha