File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?st
5
5
release] ( https://img.shields.io/pypi/v/commitizen.svg?style=flat-square )] ( https://pypi.org/project/commitizen/ )
6
6
[ ![ Supported
7
7
versions] ( https://img.shields.io/pypi/pyversions/commitizen.svg?style=flat-square )] ( https://pypi.org/project/commitizen/ )
8
+ [ ![ homebrew] ( https://img.shields.io/homebrew/v/commitizen?color=teal&style=flat-square )] ( https://formulae.brew.sh/formula/commitizen )
8
9
[ ![ Codecov] ( https://img.shields.io/codecov/c/github/commitizen-tools/commitizen.svg?style=flat-square )] ( https://codecov.io/gh/commitizen-tools/commitizen )
9
10
10
11
![ Using commitizen cli] ( images/demo.gif )
@@ -62,6 +63,14 @@ pip install -U commitizen
62
63
poetry add commitizen --dev
63
64
```
64
65
66
+ ### macOS
67
+
68
+ On macOS, it can also be installed via [ homebrew] ( https://formulae.brew.sh/formula/commitizen ) :
69
+
70
+ ``` bash
71
+ brew install commitizen
72
+ ```
73
+
65
74
## Usage
66
75
67
76
### Committing
You can’t perform that action at this time.
0 commit comments