0.1.0 • Published 10 years ago

spawn-machine v0.1.0

Weekly downloads
6
License
-
Repository
github
Last release
10 years ago

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