We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5431899 commit 2f5ef25Copy full SHA for 2f5ef25
README.md
@@ -16,10 +16,16 @@
16
## Getting started
17
18
```sh
19
+# Install commitlint cli and angular config
20
npm install --save-dev @commitlint/{config-angular,cli}
21
+
22
+# Configure commitlint to use angular config
23
echo "module.exports = {extends: ['@commitlint/config-angular']}" > commitlint.config.js
24
```
25
26
+* [Local setup](http://marionebl.github.io/commitlint/#/guides-local-setup) - Lint messages on commit with husky
27
+* [CI setup](http://marionebl.github.io/commitlint/#/guides-ci-setup) - Lint messages during CI builds
28
29
## CLI
30
31
* Primary way to interact with commitlint.
0 commit comments