Nó PowerShell
## Installation:
# $ npm i -S node-powershell
# $ yarn add node-powershell
## Usage:
import { PowerShell } from 'node-powershell';
PowerShell.$`echo "hello from PowerShell"`;
Temerold