文件名称:yall-scripts:并行或顺序运行几个npm脚本,以友好的方式转发选项
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-29 11:30:57
JavaScript
雅尔脚本 使用yall CLI工具,以友好的方式并行或顺序运行多个npm脚本,以转发选项。 安装 $ yarn add yall-scripts --dev 用法 $ yall [ options ] [ tasks ] [ forward - options ] [ tasks ] - npm script names and matching patterns Options: - s , -- serial , -- sequential , -- sequence // run tasks in sequence - p , -- parallel // run tasks in parallel - v , -- version // print version
【文件预览】:
yall-scripts-master
----yarn.lock(33KB)
----.eslintrc.js(295B)
----lib()
--------spawn.js(573B)
--------help.js(2KB)
--------match.js(318B)
--------parse.js(2KB)
--------index.js(502B)
--------version.js(153B)
----README.md(2KB)
----.editorconfig(123B)
----.gitignore(29B)
----bin()
--------yall.js(63B)
----package.json(1021B)