0.0.3 • Published 8 years ago
nbash-client v0.0.3
nbash-client
Produces a portable JavaScript file from bash scripts.
Install
$ npm i nbash-clientUsage
import client from 'nbash-client'
client(code, options)
.then(compiled => {
// `compiled` is the compiled JavaScript code.
})License
MIT