文件名称:command-exec:承诺的Shell命令执行程序
文件大小:24KB
文件格式:ZIP
更新时间:2024-05-20 14:49:42
nodejs linux shell executor commands
命令执行 在Node.js中执行Promisified Shell(Linux)命令 安装 npm i command-exec 用法 const $cExec = require ( 'command-exec' ) ; ( async ( ) => { const result = $cExec ( 'ls' ) ; console . log ( result ) ; } ) ( ) ; // OUTPUT // eslintrc.json // .git // .gitignore // .travis.yml // LICENSE // README.md // index.js // node_modules // package-lock.json // package.json // tests 贡献 有兴趣为这个项目做贡献吗? 您可以记录与此库相关的任何问题或建
【文件预览】:
command-exec-master
----.eslintrc.json(460B)
----.github()
--------workflows()
----CONTRIBUTING.md(1KB)
----.travis.yml(37B)
----LICENSE(1KB)
----README.md(1KB)
----tests()
--------test.js(2KB)
----.gitignore(13B)
----index.js(286B)
----package-lock.json(67KB)
----package.json(953B)