This is a online commit message linting tool tailored for our team, inspired by chiflix/commitlintio.
Click here to see the tool.
git clone https://github.com/pomodorozhong/commitlint
cd commitlint
npm install
To watch the chage of source code and automatically rebuild:
npm run dev
To build for once:
npm run build