bpack
v0.0.2
Published
A cli tool that changes script paths in your package.json to local cli binaries
Downloads
4
Readme
bpack
A really simple cli tool to make the scripts
you use in your package.json
use the versions contained in ./node_modules/.bin
.
##Usage
Install it globally
npm install -g bpack
Run it in your project directory
bpack
##License
MIT