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 playground for more use cases
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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 playground for more use cases