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