0.8.0 • Published 6 years ago
@listener-js/spawn v0.8.0
@listener-js/spawn
Listener child process spawner

Install
npm install @listener-js/listener @listener-js/spawnSetup
import { listener } from "@listener-js/listener"
import { spawn } from "@listener-js/spawn"
listener({ spawn })Usage
await spawn.command([], {
args: ["hi"],
command: "echo",
})