Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 375 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 375 Bytes

@commitlint/prompt-cli

commit prompt using commitlint.config.js

Getting started

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

A full usage guide is available at docs/prompt.