1.0.4 • Published 3 years ago
@venrayk/update-tools v1.0.4
update-tools
介绍
一个简单的脚本执行工具,提供批量选择目录执行相同脚本 .
安装教程
npm install # 安装依赖包
npm run dev # 开发调试
npm run build # 构建
使用说明
npm install up -g # 全局安装
Usage: update tools cli [options]
Options:
-V, --version output the version number
-h,--his [version] udate the prefix "@his" of packages but cannot
used with -c .
-b,--business [version] udate the prefix "@business" of packages but
cannot used with -c .
-p,--path custom dir .
-e,--exclude [exclude...] exclude some dir .
-c,--cli [cli...] custom cli , eg. you can ued `npm run dev` but you
should attention that it cannot be used with `-h`
or `-b` . if "cli" include "-" or "--" , you
should use "" wrap it. Here a example: -c "npm
install a@1.x --save" .
--help display help for command
参与贡献
- Fork 本仓库
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request