5.0.1 • Published 2 years ago

node-bash v5.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

node-bash

Node.js binding for Bash

NPM Version NPM Downloads

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

Resources