fluent-exec
1.0.0 • Public • Published

fluent-exec
A fluent interface for shell execution in Node.js
var exec = require('fluent-exec');
exec.command('echo your command')
.then(function(stdout) {
})
.catch(function(reason) {
});
Install
Weekly Downloads