0.1.0 • Published 7 years ago

@gzzhanghao/exec v0.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

X

Execute commands in node.js

Installation

npm i -S @gzzhanghao/x

Usage

import x from '@gzzhanghao/x'

export async function build(opts) {
  await x(`
    run-any-cmd --with-args ${x.e.SOME_ENV_VARIABLE}
    like makefile
  `)
}
0.1.0

7 years ago