https://github.com/ratson/clean-spawn
Clean spawned child process on exit
https://github.com/ratson/clean-spawn
Last synced: about 1 year ago
JSON representation
Clean spawned child process on exit
- Host: GitHub
- URL: https://github.com/ratson/clean-spawn
- Owner: ratson
- Created: 2017-05-27T12:53:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T14:00:51.000Z (about 9 years ago)
- Last Synced: 2025-03-06T14:53:30.327Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clean-spawn
Clean spawned child process on exit
## Installation
```
npm install clean-spawn --save
```
## Usage
```js
const spawn = require('clean-spawn')
spawn('node', ['--version'])
```