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

Dependencies (1)

Dev Dependencies (2)

Package Sidebar

Install

npm i then-exec

Weekly Downloads

5

Version

0.0.1

License

MIT

Last publish

Collaborators

  • kchan