Socket
Socket
Sign inDemoInstall

@tophat/commitizen-adapter

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tophat/commitizen-adapter

A customized Commitizen adapter for commit message standardization and automatic semantic versioning.


Version published
Weekly downloads
162
decreased by-11.96%
Maintainers
3
Weekly downloads
 
Created
Source

@tophat/commitizen-adapter

npm version npm downloads

A commitizen adapter that lets you interactively build commit messages using Top Hat's commit convention.

Installation

First, make sure you have commitizen installed and configured globally

npm install -g commitizen

Then install the Top Hat commitizen adapter:

Using Yarn

yarn add @tophat/commitizen-adapter --dev

or using npm

npm install @tophat/commitizen-adapter --save-dev

Add the following snippet to your package.json file

"config": {
  "commitizen": {
    "path": "./node_modules/@tophat/commitizen-adapter"
  }
}

Alternatively, if you're using a .czrc file, add this

{
  "path": "@tophat/commitizen-adapter"
}

Usage

Running git cz should now bring up an interactive prompt that lets you build commit messages

Screenshot

FAQs

Package last updated on 08 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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