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
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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