UNPKG

@commitlint/prompt-cli

Version:

commit prompt using commitlint.config.js

18 lines (12 loc) 375 B
# @commitlint/prompt-cli commit prompt using commitlint.config.js ## Getting started ```sh npm install -g @commitlint/prompt-cli @commitlint/config-angular echo "export default {extends: ['@commitlint/config-angular']};" > commitlint.config.js ``` ```sh git add . commit ``` A full usage guide is available at [docs/prompt](https://commitlint.js.org/guides/use-prompt).