We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8786d0e commit 3dea537Copy full SHA for 3dea537
README.md
@@ -1,4 +1,4 @@
1
-# commitiquette
+# Commitiquette
2
3
Plugin for Commitizen that uses commitLint configuration. Allows you to use both Commitizen and commitLint with a single configuration.
4
@@ -7,6 +7,11 @@ Plugin for Commitizen that uses commitLint configuration. Allows you to use both
7
8
## Installation
9
10
+You will first need to follow the commitizen and commitlint instalation instructions if you do not already have these installed.
11
+
12
+- [commitizen](http://commitizen.github.io/cz-cli/)
13
+- [commitlint](https://commitlint.js.org/#/guides-local-setup)
14
15
Use npm or yarn to install commitiquette into your project.
16
17
```bash
0 commit comments