@jsdevtools/ez-spawn

Simplifies spawning child processes with consistent sync/async API

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Simple, consistent sync or async process spawning

Commands

ez-spawn

Examples

Run a command synchronously and capture output$ ez-spawn ls -la
Execute a command asynchronously with promise support$ ez-spawn --async npm install
Run a command with custom working directory$ ez-spawn --cwd /path/to/dir node script.js