shell-ejs

0.1.0 • Public • Published

shell-ejs

Build Status

Write and execute shell scripts with ejs.

Install

npm install shell-ejs

Usage

var shellEjs = require('shell-ejs');
 
var variables = {
  host: 'http://my.domain.com',
  port: 3000
};
shellEjs.executeFile('./deploy.sh', variables, function (err, stdout, stderr) {
  // Do something
})

License

MIT

Versions

Current Tags

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

Version History

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

Package Sidebar

Install

npm i shell-ejs

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • sungwoncho