commitizen-cli
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "commitizen-cli", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Command-line interface tool that helps enforce standardized commit message formats in Git repositories.", | ||
@@ -8,7 +8,7 @@ "type": "module", | ||
"bin": { | ||
"commitizen-cli": "./dist/cli.mjs", | ||
"cocli": "./dist/cli.mjs" | ||
"commitizen-cli": "./dist/cli.mjs" | ||
}, | ||
"author": { | ||
"name": "iamando", | ||
"name": "Ando", | ||
"url": "https://github.com/iamando", | ||
"email": "iamando@tuta.io" | ||
@@ -15,0 +15,0 @@ }, |
<p align="center"> | ||
<img | ||
src="./assets/logo-banner.png" | ||
src="./logo-banner.png" | ||
alt="Commitizen CLI" | ||
@@ -15,10 +15,2 @@ style="width:100%;" | ||
<p align="center"> | ||
<img | ||
src="./assets/demo.png" | ||
alt="Commitizen CLI Demo" | ||
style="width:100%;" | ||
/> | ||
</p> | ||
## Features | ||
@@ -59,8 +51,2 @@ | ||
or use the minified command: | ||
```shell | ||
cocli | ||
``` | ||
## Updating from a Previous Version | ||
@@ -161,12 +147,2 @@ | ||
or using the minified command: | ||
```shell | ||
cocli config get PATTERN | ||
``` | ||
```shell | ||
cocli config set PATTERN='specific pattern' | ||
``` | ||
### Update | ||
@@ -180,8 +156,2 @@ | ||
or using the minified command: | ||
```shell | ||
cocli update | ||
``` | ||
Follow the prompts to generate a standardized commit message. | ||
@@ -188,0 +158,0 @@ |
Sorry, the diff of this file is not supported yet
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
22465
496
164