Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@team-chido/conventional-commit

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@team-chido/conventional-commit

Commitizen adapter following the conventional-changelog format.

latest
npmnpm
Version
2.1.7
Version published
Maintainers
1
Created
Source

conventional-commit

lerna npm license

Part of the commitizen family. Prompts for conventional changelog standard.

Configuration

Global

install

npm i -g @team-chido/conventional-commit

add file ~/.czrc

{
  "path": "@team-chido/conventional-commit"
  // ...other configs
}

package.json

Like commitizen, you specify the configuration through the package.json's config.commitizen key.

First install

npm i -D @team-chido/conventional-commit
{
// ...  default values
    "config": {
        "commitizen": {
            "path": "./node_modules/@team-chido/conventional-commit",
            "emojis": false,
            "defaultType": "",
            "defaultScope": "",
            "defaultSubject": "",
            "defaultBody": "",
            "defaultIssues": "",
            "maxHeaderWidth": 72,
            "maxLineWidth": 72,
            "types": {
              ...
              "feat": {
                "description": "A new feature",
                "emoji": "🚀"
              },
              ...
            }
        }
    }
// ...
}

FAQs

Package last updated on 16 May 2020

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