node-powershell
v5.0.1
Published
Node.js binding for PowerShell
Downloads
126,719
Maintainers
Readme
node-powershell
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 playground for more use cases