Last updated 3 years ago
Node.js binding for Bash
$ npm i -S node-bash $ yarn add node-bash
import { Bash } from 'node-bash'; Bash.$`echo "hello from Bash"`;
See child-shell documentation and playground for more use cases
child-shell Documentation
Bash Documentation
Node.js Documentation