文件名称:polyshell:将 Microsoft Windows 和 POSIX shell 脚本组合成一个跨平台脚本
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-13 03:03:20
JavaScript
多壳 将 Microsoft Windows 和 POSIX、shell 脚本组合成一个跨平台脚本 安装 作为模块 npm install polyshell --save 作为节目 npm install polyshell -g 用法 作为模块 var fs = require ( 'fs' ) ; var polyshell = require ( 'polyshell' ) ; var polyshellStream = polyshell ( fs . createFileStream ( 'script.bat' ) , fs . createFileStream ( 'script.sh' ) ) ; polyshellStream . pipe ( fs . createWriteStream ( 'script.cmd' ) ) ; 作为节目 polyshell
【文件预览】:
polyshell-master
----.jshintrc(470B)
----lib()
--------polyshell.js(933B)
----.travis.yml(404B)
----gulpfile.js(537B)
----LICENSE(1KB)
----test()
--------artifacts()
--------polyshell-test.js(3KB)
----RELEASING.md(207B)
----README.md(1KB)
----appveyor.yml(389B)
----.gitignore(591B)
----bin()
--------polyshell.js(1KB)
----package.json(1KB)