then-exec

0.0.1 • Public • Published

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

Versions

Current Tags

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

Version History

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

Package Sidebar

Install

npm i then-exec

Weekly Downloads

5

Version

0.0.1

License

MIT

Last publish

Collaborators

  • kchan