shellout

0.0.1 • Public • Published

node-shellout

npm install shellout

then

var concat = require('shellout')
shellout('ls', function(err, out) {
  // undefined 'index.js\nnode_modules\npackage.json\nreadme.md\ntest.js\n'
})

see also: [[https://github.com/bahamas10/node-exec]]

MIT LICENSE

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    2

Package Sidebar

Install

npm i shellout

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • maxogden