1.0.0-beta.0 • Published 2 years ago

@git-master/monorepo v1.0.0-beta.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

针对大型项目和团队定制的git工具

NPM version build status Test coverage Known Vulnerabilities npm download License

Sonar

gitcore 使用文档       更新日志

  1. gitcore 每一个子命令都带了help功能,可输入gitm [command] --help获取对应指令的帮助
  2. <type>意思是 type 必传;[type]意思是 type 选填;[-a --app [app]]其中-a 是--app 的简写,后面[app]指的是-a 后面的传值

安装

Windows 用户需要先安装Python

# 通过npm安装
npm install -g gitcore

# 或者通过yarn安装
yarn global add gitcore

使用

开始: 快速上手 gitcore 配置参数:参数说明

# 初始化
gitm init

# 查看配置
gitm config list [option]

# 版本升级[-m --mirror]使用淘宝镜像升级
Mac用户:sudo gitm upgrade -m -c npm
Windows用户:npm i -g gitcore@lite

# 查看版本
gitm -v

# 查看帮助信息
gitm --help
gitm copy --help

有哪些功能