UNPKG
coco-git
Version:
latest (1.3.6)
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.1.1
1.1.0
1.0.1
1.0.0
一个创建、推送Tag自动化脚本
github.com/CatsAndMice/coco-git
CatsAndMice/coco-git
coco-git
/
README.md
19 lines
(17 loc)
•
274 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# coco-git
它是一个创建、推送git tag自动化脚本。
## 安装
``
`shell npm i coco-git -D `
``
## 使用
在
`package.json`
文件
`scripts`
添加
`tag:coco tag`
。
``
`js //... "scripts": { //... "tag":"coco tag" } //... `
``
然后,执行
`npm run tag`
命令。