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

Readme

Keywords

none

Package Sidebar

Install

npm i spawn-machine

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • bevacqua