npm run all:一种CLI工具可并行或顺序运行多个npm scripts 源码
指数 npm-run-all 一个CLI工具,可并行或顺序运行多个npm脚本。 :right_arrow_curving_up_selector: 动机 简化。 官方的npm run-script命令不能运行多个脚本,因此如果我们要运行多个脚本,则有点多余。 让我们通过类似球形的样式来缩短它。 之前: npm run clean && npm run build:css && npm run build:js && npm run build:html 之后: npm-run-all clean build:* 跨平台。 有时我们会使用&并行运行多个命令,但是cmd.exe (默认为np
文件列表
npm-run-all-master.zip
(预估有个76文件)
npm-run-all-master
.eslintrc.json
161B
.gitignore
118B
.babelrc
139B
package.json
2KB
.nycrc
54B
.npmrc
19B
bin
run-s
main.js
2KB
暂无评论