Simplifies spawning child processes with consistent sync/async API
Simple, consistent sync or async process spawning
ez-spawn
$ ez-spawn ls -la
$ ez-spawn --async npm install
$ ez-spawn --cwd /path/to/dir node script.js