@gzzhanghao/exec
v0.1.0
Published
Execute commands in node
Readme
X
Execute commands in node.js
Installation
npm i -S @gzzhanghao/xUsage
import x from '@gzzhanghao/x'
export async function build(opts) {
await x(`
run-any-cmd --with-args ${x.e.SOME_ENV_VARIABLE}
like makefile
`)
}