0.0.5 • Published 8 years ago
@537/spawn v0.0.5
@537/spawn
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