Skip to content

Files

Latest commit

289a265 · Jan 6, 2021

History

History
This branch is 1656 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.