2.3.0 • Published 5 years ago

@dot-store/spawn v2.3.0

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

@dot-store/spawn

Spawn commands with dot-store.

spawn

Create store

import dotStore from "dot-store"
import spawn from "@dot-store/spawn"

const store = spawn(dotStore())

Spawn a command

await store.spawn("output", "echo", "hi")
store.get("output")
// {
//   args: ["hi"],
//   code: 0,
//   command: "echo",
//   out: "hi\r\n",
//   signal: 0
// }
2.3.0

5 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago