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 1.1.1 to 1.2.0

2

package.json
{
"name": "commitizen-cli",
"version": "1.1.1",
"version": "1.2.0",
"description": "Command-line interface tool that helps enforce standardized commit message formats in Git repositories.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -16,2 +16,3 @@ # Commitizen CLI

- **Integration with Git**: Seamlessly commit changes directly from the CLI, ensuring compliance with the chosen commit message convention.
- **Emoji Support**: Add emojis to your commit messages to express the nature of the changes or provide additional context.

@@ -48,2 +49,16 @@ ## Installation

### Update
To update to the latest version, use:
```shell
commitizen-cli update
```
or using the minified command:
```shell
cc update
```
Follow the prompts to generate a standardized commit message.

@@ -50,0 +65,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