Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

commitizen-cli

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commitizen-cli - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc