1.0.2 • Published 6 years ago

@cuties/spawn v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

cutie-spawn

NPM Version Build Status codecov

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()

asyncCall