0.0.1 • Published 9 years ago
then-exec v0.0.1
then-exec

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
0.0.1
9 years ago