node-bash
Node.js binding for Bash
Installation
$ npm i -S node-bash
$ yarn add node-bash
Usage
import { Bash } from 'node-bash';
Bash.$`echo "hello from Bash"`;
See child-shell documentation and playground for more use cases
Node.js binding for Bash
node-bash
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
This project adheres to Semantic Versioning. Every release, All changes made to it, will be automatically documented on the releases page using Release Drafter.