Node.js binding for PowerShell
npm install node-powershellnode-powershell> Node.js binding for PowerShell
 
``bash`
$ npm i -S node-powershell
$ yarn add node-powershell
`javascriptecho "hello from PowerShell"
import { PowerShell } from 'node-powershell';
PowerShell.$;``
> See child-shell documentation and playground for more use cases
- child-shell Documentation
- PowerShell Documentation
- PowerShell Repo
- Node.js Documentation