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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i shellout

    Weekly Downloads

    1

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • maxogden