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
  });

/fluent-exec/

    Package Sidebar

    Install

    npm i fluent-exec

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • bakerface