10.1.4 • Published 9 months ago
spawnd v10.1.4
spawnd
Spawn a process inter-dependent with parent process.
npm install spawnd
Usage
import { spawnd } from "spawnd";
const proc = spawnd("node server.js", { shell: true });
proc.destroy().then(() => {
console.log("Destroyed!");
});
API
spawnd(command[, args, options])
Exactly the same API as Node.js spawn.
It returns a Child Process that exposes a destroy method that will kill the process.
10.1.4
9 months ago
10.1.1
10 months ago
10.1.0
11 months ago
10.0.0
1 year ago
9.0.2
2 years ago
9.0.1
2 years ago
9.0.0
2 years ago
8.0.0
2 years ago
8.0.5
2 years ago
7.0.0
2 years ago
6.2.0
3 years ago
6.0.2
4 years ago
6.0.0
4 years ago
5.0.0
4 years ago
4.4.0
6 years ago
4.0.0
6 years ago
3.7.0
7 years ago
3.5.2
7 years ago
3.4.0
7 years ago
2.0.0
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago