UNPKG
@minionorg/cli
Version:
latest (1.0.1)
1.0.1
脚手架工具
@minionorg/cli
/
template
/
project
/
.chestnutlogrc
20 lines
•
293 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"types"
:
[
{
"type"
:
"feat"
,
"alias"
:
"Features"
}
,
{
"type"
:
"fix"
,
"alias"
:
"Bug Fixes"
}
,
{
"type"
:
"style"
,
"alias"
:
"Styles"
}
,
{
"type"
:
"refactor"
,
"alias"
:
"Code Refactoring"
}
]
}