Skip to content

A simple Async/Promise wrapper around child_process.spawn

License

Notifications You must be signed in to change notification settings

develephant/spawnp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

spawnp

A simple Async/Promise wrapper around child_process.spawn

Install

npm i @develephant/spawnp --save

Usage

const spawnp = require('@develephant/spawnp')

Example

async function run() {
  await spawnp('browserify', ['index.js', '-o', 'bundle.js'], process.cwd())
}

spawnp ⋆ © 2017 develephant ⋆ MIT license

About

A simple Async/Promise wrapper around child_process.spawn

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published