Skip to content

Latest commit

History

History
17 lines (12 loc) 路 412 Bytes

README.md

File metadata and controls

17 lines (12 loc) 路 412 Bytes

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.