0.8.0 • Published 6 years ago

@listener-js/spawn v0.8.0

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

@listener-js/spawn

Listener child process spawner

spawn

Install

npm install @listener-js/listener @listener-js/spawn

Setup

import { listener } from "@listener-js/listener"
import { spawn } from "@listener-js/spawn"

listener({ spawn })

Usage

await spawn.command([], {
  args: ["hi"],
  command: "echo",
})
0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago