Generate universal (OS X and Linux) installation scripts for your CLI programs hosted on npm.
npm install -g)$ npm install install-script-cli -g
See install-script --help for usage and examples.
$ install-script ava > install-ava.sh
$ bash install-ava.sh
$ make test
MIT © vdemedes