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
/
src
/
const.js
8 lines
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
PKG_NAME
=
'package.json'
const
GITIGNORE
=
'.gitignore'
const
LICENSE
=
"LICENSE"
module
.
exports
= { PKG_NAME, GITIGNORE, LICENSE }