文件名称:aggregate-commands:在一个进程中运行一堆命令并将它们分开记录
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-17 07:40:57
JavaScript
聚合命令 在一个进程中运行一堆命令并将它们分开记录。 它实际上是为在使用而开发的,而不是用于command1 & command2 & command 3 。 全球范围 安装 npm install -g aggregate-commands 用法 aggregate-commands /path/to/commands-file.json 或者 aggregate-commands key 其中在package.json的aggregate-commands对象中声明密钥 在npm脚本中 安装为开发依赖项 ```sh Use in a script (in your `package.json`) ```json { "scripts": { "my-script": "aggregate-commands commands-file.json" } } 命令格式
【文件预览】:
aggregate-commands-master
----.eslintrc(79B)
----bin()
--------aggregate-commands(698B)
----index.js(6KB)
----package.json(588B)
----test()
--------stderr.txt(253B)
--------index.js(2KB)
--------package.json(1KB)
--------stderr-legacy.txt(249B)
--------stderr3.txt(189B)
--------wait-and-exit.js(189B)
--------commands.json(749B)
--------stderr3-legacy.txt(185B)
--------stdout.txt(405B)
--------stdout3.txt(144B)
----LICENSE(1KB)
----.gitignore(587B)
----README.md(5KB)