> commit prompt using commitlint.config.js # @commitlint/prompt-cli ## Getting started ```bash npm install --g @commitlint/prompt-cli @commitlint/config-angular echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js ``` ```bash git add . commit ``` A full usage guide is available at [docs/prompt](https://conventional-changelog.github.io/commitlint/#/guides-use-prompt).