install-script

1.0.0 • Public • Published

install-script 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 --save

Usage

See template for installation scripts in template.js.

const installScript = require('install-script');
 
let script = installScript({
  name: 'ava'
});

Related projects

Tests

Circle CI

$ make test

License

MIT © vdemedes

Readme

Keywords

none

Package Sidebar

Install

npm i install-script

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • vdemedes