Skip to content

Guseyn/cutie-spawn

Repository files navigation

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

About

Cutie extension for spawning command.

Resources

License

Stars

Watchers

Forks

Packages

No packages published