run-all:并行执行多个命令的 CLI 工具

时间:2024-07-09 00:43:13
【文件属性】:

文件名称:run-all:并行执行多个命令的 CLI 工具

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-09 00:43:13

JavaScript

运行所有 并行执行多个命令的 CLI 工具。 安装 npm install run-all 用法 Usage: run-all [OPTIONS] [COMMANDS...] If there are spaces in command text, enclose the command by double quotes. Options: -h, --help Print this help text. -v, --version Print the version number. 例子 run-all "babel src --out-dir lib --watch" "mocha test/*.js --watch --colors"


【文件预览】:
run-all-master
----.gitignore(19B)
----package.json(1KB)
----src()
--------.eslintrc(676B)
--------command.js(2KB)
----LICENSE(1KB)
----README.md(445B)
----test()
--------.eslintrc(695B)
--------lib()
--------command.js(972B)

网友评论