npm-sh
v1.0.1
Published
A shell that adds node_modules/.bin to path.
Downloads
399
Readme
npm-sh
A shell that adds node_modules/.bin to path.
Basically it spawns a new shell with node_modules/.bin in the path. This allows one to use installed binaries locally without having to type ./node_modules/.bin The package is almost completely copied from similar implementation from a similar implementation in ied
Currently, only tested on macosx. Issue reports/ pull-requests welcome!
Installation
npm install npm-sh
Usage
$ ./node_modules/.bin/npm-sh
---
Starting npm shell
added: _mocha, mocha, standard
type "exit" when done
---
bash-4.3$