install-script-cli
v1.0.0
Published
Generate installation scripts for your CLI modules on npm
Downloads
3
Readme
install-script-cli
Generate universal (OS X and Linux) installation scripts for your CLI programs hosted on npm.
Features
- Installs git, curl and stable node (if needed)
- Globally installs your npm module (
npm install -g
) - Generates understandable code (see template.js)
Installation
$ npm install install-script-cli -g
Usage
See install-script --help
for usage and examples.
$ install-script ava > install-ava.sh
$ bash install-ava.sh
Tests
$ make test
License
MIT © vdemedes