node-powershell
  • Change Log
  • Contributing
  • LICENSE
  • README
  • packages
    • accumulate-stream
    • child-shell
    • node-bash
    • node-powershell
    • trim-buffer
Powered by GitBook
On this page
  • Installation
  • Usage
  • Resources
  1. packages

node-bash

Previouschild-shellNextnode-powershell

Last updated 3 years ago

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 for more use cases

Resources

  • child-shell Documentation

playground
Bash Documentation
Node.js Documentation
NPM Version
NPM Downloads