Last updated 3 years ago
Node.js binding for PowerShell
$ npm i -S node-powershell $ yarn add node-powershell
import { PowerShell } from 'node-powershell'; PowerShell.$`echo "hello from PowerShell"`;
See child-shell documentation and for more use cases
child-shell Documentation