https://github.com/ratson/in-spawn
Spawn child process as promise, including node_modules/.bin.
https://github.com/ratson/in-spawn
Last synced: 11 months ago
JSON representation
Spawn child process as promise, including node_modules/.bin.
- Host: GitHub
- URL: https://github.com/ratson/in-spawn
- Owner: ratson
- Created: 2017-10-31T16:06:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T16:06:59.000Z (over 8 years ago)
- Last Synced: 2025-07-13T20:23:37.694Z (11 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# in-spawn
Spawn child process as promise, including node_modules/.bin.
## Installation
```
npm install in-spawn --save
```
## Usage
```js
const spawn = require('in-spawn')
spawn('ava', ['--version'])
```