@cuties/spawn
v1.0.2
Published
Cutie extension for spawning command.
Downloads
12
Readme
cutie-spawn
Cutie extension for spawning command. It's based on the Async Tree Pattern.
Install
npm install @cuties/spawn
Run test
npm test
Run build
npm run build
Usage
const { SpawnedCommand } = require('@cuties/spawn')
// Represented result is command
new SpawnedCommand(
command[, args][, options]
).call()