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