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

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.

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'])
```