then-exec
v0.0.1
Published
Promisify child_promise's exec method
Readme
then-exec

Promisify child_promise's exec method
Install
$ npm install --save then-execUsage
const exec = require('then-exec')
exec('ls -A')
.then((error, stdout, stderr) => {
// handle by youself
})License
MIT © EGOIST
