then-exec

v0.0.1
Promisify child_promise's exec method

then-exec NPM version NPM downloads Build Status

Promisify child_promise's exec method

Install

$ npm install --save then-exec

Usage

const exec = require('then-exec')

exec('ls -A')
    .then((error, stdout, stderr) => {
        // handle by youself
    })

License

MIT © EGOIST

npm i then-exec

Metadata

  • MIT
  • >=0.10.0
  • EGOIST
  • released 2/18/2016

Downloads

Maintainers