fluent-exec

1.0.0 • Public • Published

Build Status Coverage Status

fluent-exec

A fluent interface for shell execution in Node.js

var exec = require('fluent-exec');
 
exec.command('echo your command')
  .then(function(stdout) {
    // the command was successful
  })
  .catch(function(reason) {
    // an error occurred
  });

Package Sidebar

Install

npm i fluent-exec

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bakerface