npm i @develephant/spawnp --save
const spawnp = require('@develephant/spawnp')
async function run() {
await spawnp('browserify', ['index.js', '-o', 'bundle.js'], process.cwd())
}
npm i @develephant/spawnp --save
const spawnp = require('@develephant/spawnp')
async function run() {
await spawnp('browserify', ['index.js', '-o', 'bundle.js'], process.cwd())
}