0.0.4 ⢠Published 8 years ago
nbash v0.0.4
nbash
š The modular and portable bash runtime written in JavaScript with ā¤ļø according to bash-tree
Install
$ npm i nbashUsage
import nbash from 'nbash'
const result = nbash(code, options, parserOptions)nbash(code, options, parserOptions)
- options
Object- cwd
Path - env
Object= - ...
- cwd
Returns ChildProcess
License
MIT