Cutie extension for spawning command. It's based on the Async Tree Pattern.
npm install @cuties/spawn
npm test
npm run build
const { SpawnedCommand } = require('@cuties/spawn')
// Represented result is command
new SpawnedCommand(
command[, args][, options]
).call()