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-powershell

Previousnode-bashNexttrim-buffer

Last updated 3 years ago

Node.js binding for PowerShell

Installation

$ npm i -S node-powershell
$ yarn add node-powershell

Usage

import { PowerShell } from 'node-powershell';
PowerShell.$`echo "hello from PowerShell"`;

See child-shell documentation and for more use cases

Resources

  • child-shell Documentation

playground
PowerShell Documentation
PowerShell Repo
Node.js Documentation
NPM Version
NPM Downloads