上传者: 42110070
|
上传时间: 2021-12-17 10:46:50
|
文件大小: 234KB
|
文件类型: -
节点-PowerShell
Node-PowerShell利用当今技术世界中存在的两个最简单,有效和简便的工具。 一方面, 在javascript领域掀起了一场革命,另一方面, 最近推出了最初的开源,跨平台版本,并将它们连接在一起,使您能够无论您是程序员,IT还是DevOps员工,都可以创建要求您提供的任何解决方案。
安装
$ npm i -S node-powershell
$ yarn add node-powershell
快速开始
const Shell = require ( 'node-powershell' ) ;
const ps = new Shell ( {
executionPolicy : 'Bypass' ,
noProfile : true
} ) ;
ps . addCommand ( 'echo node-powershell' ) ;
ps .