Skip to content

53seven/spawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@537/spawn

build status

A small promise wrapper around child_process.spawn so that you can await on command execs.

npm i @537/spawn


const spawn = require('@537/spawn');

let ll = await spawn('ll');

LICENSE

MIT

About

A promise wrapper around spawn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published