Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "cgc", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"bin": { | ||
"cgc": "index.js" | ||
}, | ||
"description": "", | ||
"description": "Node cli about git commit msg 简易版 规范 可自定义格式", | ||
"main": "index.js", | ||
@@ -9,0 +9,0 @@ "scripts": { |
@@ -1,4 +0,4 @@ | ||
# Node 简易版 规范 git commit msg cli | ||
# Node cli about git commit msg 简易版 规范 可自定义格式 | ||
## 格式 | ||
## 默认格式 | ||
@@ -32,4 +32,6 @@ - template: `type: [name] #cardNo content` (if no cardNo, then it can be #N/A) | ||
//设置默认名字 | ||
> cgc d -n name | ||
//设置默认格式 | ||
> cgc d -f "&type&: [&name&] #&cardId& &body&" | ||
@@ -36,0 +38,0 @@ // or: cgc d -f "[&name&] &type&: #&cardId& &body&" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6657
55