You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
474 B
17 lines
474 B
2 years ago
|
> Lint commit messages
|
||
|
|
||
|
<p align="center">
|
||
|
<img width="750" src="https://conventional-changelog.github.io/commitlint/assets/commitlint.svg">
|
||
|
</p>
|
||
|
|
||
|
# @commitlint/cli
|
||
|
|
||
|
## Getting started
|
||
|
|
||
|
```
|
||
|
npm install --save-dev @commitlint/cli @commitlint/config-angular
|
||
|
echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js
|
||
|
```
|
||
|
|
||
|
Consult [docs/cli](https://conventional-changelog.github.io/commitlint/#/reference-cli) for comprehensive documentation.
|