Skip to content

vadimdemedes/install-script-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

install-script-cli Circle CI

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

Circle CI

$ make test

License

MIT © vdemedes

About

Generate bash scripts to install your CLI programs from npm

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published