Skip to content

bevacqua/spawn-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Spawn processes with the friendly API found in .exec!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published