node-powershell:从您的NodeJS应用轻松运行PowerShell

时间:2021-05-02 04:45:32
【文件属性】:
文件名称:node-powershell:从您的NodeJS应用轻松运行PowerShell
文件大小:234KB
文件格式:ZIP
更新时间:2021-05-02 04:45:32
nodejs cross-platform powershell node-powershell JavaScript 节点-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 .
【文件预览】:
node-powershell-master
----.gitignore(182B)
----package.json(2KB)
----.travis.yml(2KB)
----.gitbook.yaml(57B)
----assets()
--------nps4.0.svg(12KB)
--------old()
--------run.gif(32KB)
--------nps4.0.gif(25KB)
----LICENSE(1KB)
----CHANGELOG.md(3KB)
----.eslintrc.js(284B)
----README.md(3KB)
----example()
--------script-input.ps1(87B)
--------script-loop.ps1(30B)
--------example.js(886B)
----index.html(12KB)
----lib()
--------index.js(529B)
--------utils.js(3KB)
--------errors.js(861B)
--------Shell.js(8KB)
--------PSCommand.js(2KB)
----docs()
--------api()
--------start.md(676B)
--------tips.md(1KB)
--------toc.md(890B)
--------intro.md(2KB)
----test()
--------PSCommand.spec.js(3KB)
--------script-dataTypes.ps1(1KB)
--------Shell.spec.js(6KB)
--------others.spec.js(2KB)

网友评论