nbash
v0.0.4
Published
The programable and portable bash runtime written in JavaScript
Readme
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
