Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yorkie/node-cpctrl

child_process control for nodejs
https://github.com/yorkie/node-cpctrl

Last synced: 5 days ago
JSON representation

child_process control for nodejs

Awesome Lists containing this project

README

        

cpctrl -- Child Process Control
--------------

### Installation
```js
$ npm install cpctrl
```

### API

- `.stop(cp)`: stop child process, send `SIGSTOP` in fact

- `.resume(cp)`: resume stoped process, send `SIGCONT` in fact

### License

MIT