Node.js binding for Bash
npm install node-bashnode-bash> Node.js binding for Bash
 
``bash`
$ npm i -S node-bash
$ yarn add node-bash
`javascriptecho "hello from Bash"
import { Bash } from 'node-bash';
Bash.$;``
> See child-shell documentation and playground for more use cases
- child-shell Documentation
- Bash Documentation
- Node.js Documentation