Skip to content

pomodorozhong/commitlint

Repository files navigation

Commitlint

This is a online commit message linting tool tailored for our team, inspired by chiflix/commitlintio.

Click here to see the tool.

Installation

git clone https://github.com/pomodorozhong/commitlint
cd commitlint
npm install

Build

To watch the chage of source code and automatically rebuild:

npm run dev

To build for once:

npm run build