spawn-machine

0.1.0 • Public • Published

spawn-machine

Spawn processes with the friendly API found in .exec!

Install

npm i -S spawn-machine

Usage

var spawn = require('spawn-machine');
var command = 'node app --foo "bar baz"';
 
spawn(command);

An optional options argument can also be used.

License

MIT

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i spawn-machine

    Weekly Downloads

    2

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • bevacqua