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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    4

Package Sidebar

Install

npm i spawn-machine

Weekly Downloads

2

Version

0.1.0

License

none

Last publish

Collaborators

  • bevacqua