shell_lines

0.1.2 • Public • Published

shellLines

multi-line shell script for grunt-init.

install

from npm

npm install shell_lines

from github

git clone git://github.com/fnobi/shellLines.git

usage

var shellLines = require('shell_lines');

// npm install & bower install
shellLines([{
    command: 'npm install',
    message: 'Installing npm dependencies'
},{
    command: 'bower install',
    message: 'Installing bower dependencies'
}], done);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    1

Package Sidebar

Install

npm i shell_lines

Weekly Downloads

1

Version

0.1.2

License

BSD

Last publish

Collaborators

  • fnobi