文件名称:mmp-cli:git工作流快捷工具
文件大小:35KB
文件格式:ZIP
更新时间:2024-02-22 09:26:49
typescript git-flow code-review CodereviewTypeScript
mmp-cli git工作流快捷工具 节点> = v10.0.0。 安装 npm install mmp-cli -g API 初始化配置 mmp init 查看配置 mmp ls 提交当前分支到[可选分支] mmp ci [master] cherry-pick某几条提交到某分支 # commit_id 是左开右开的 mmp cp [commit_start_id] commit_end_id master 添加主分支 mmp add branch 设置主分支打包命令 mmp set [master] [value] 添加需要提pr的分支 mmp add branch -b 添加需要提pr的文件路径 mmp add path -f 删除主分支 mmp del branch 删除需要提pr的分支 mmp del branch -b 删除需要提pr的文件路径 mmp del path -f .mmprc.json 为了与成员共享,此处会显示项目特定的配置信息 { // 需要提 pr 的文件路径 "prFilePath" : [ ] , // 需要提 pr 的分支
【文件预览】:
mmp-cli-master
----module.d.ts(0B)
----.gitignore(55B)
----.mmprc.json(146B)
----tsconfig.json(379B)
----README.md(1KB)
----bin()
--------index(4KB)
----intro.png(16KB)
----package.json(1KB)
----src()
--------utils()
--------config.ts(2KB)
--------init.ts(5KB)
--------pr.ts(1KB)
--------build.ts(2KB)
--------commit.ts(6KB)
--------check-version.ts(1KB)
----types()
--------index.d.ts(20B)
--------a.d.ts(0B)
----.travis.yml(21B)
----.editorconfig(147B)
----.eslintrc.js(195B)
----package-lock.json(20KB)