0.0.4 ā€¢ Published 6 years ago

nbash v0.0.4

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

nbash

šŸš€ The modular and portable bash runtime written in JavaScript with ā¤ļø according to bash-tree

Install

$ npm i nbash

Usage

import nbash from 'nbash'

const result = nbash(code, options, parserOptions)

nbash(code, options, parserOptions)

  • options Object
    • cwd Path
    • env Object=
    • ...

Returns ChildProcess

License

MIT