AlwaysLoveme / commitlint-cli

A node cli to generate commitlint configuration rules for your project with @commitlint/cli and husky

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

commitlint-cli

A node cli tool to generate git commitlint configuration rules for your project with @commitlint/cli and husky.

Install

npm install -g @zhuxian/commitlint-cli

Useage

after installed, run the following command in your project:

commitlint-cli init

after the command run successfully, When you commit with the git command, use npm run commit instead.

About

A node cli to generate commitlint configuration rules for your project with @commitlint/cli and husky

License:MIT License


Languages

Language:TypeScript 86.3%Language:JavaScript 11.0%Language:Shell 2.7%