Skip to content

Files

Latest commit

Aug 29, 2022
d218e5b · Aug 29, 2022

History

History
This branch is 780 commits behind conventional-changelog/commitlint:master.

prompt-cli

commit prompt using commitlint.config.js

@commitlint/prompt-cli

Getting started

npm install --g @commitlint/prompt-cli @commitlint/config-angular
echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js
git add .
commit

A full usage guide is available at docs/prompt.