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

Readme

Keywords

none

Package Sidebar

Install

npm i then-exec

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • kchan