https://github.com/bdbch/cz-scrumpy-commit
Commitizen conventions for scrumpy.io
https://github.com/bdbch/cz-scrumpy-commit
Last synced: 5 months ago
JSON representation
Commitizen conventions for scrumpy.io
- Host: GitHub
- URL: https://github.com/bdbch/cz-scrumpy-commit
- Owner: bdbch
- Created: 2018-05-10T13:50:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T12:42:20.000Z (about 3 years ago)
- Last Synced: 2025-09-26T18:56:39.351Z (9 months ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `cz-scrumpy-commit`
> A commitizen adapter for [Scrumpy.io](https://scrumpy.io/)

# Installation
Make sure you have [Commitizen](https://github.com/commitizen/cz-cli) installed to use `cz-scrumpy-commit`. This package uses ES6 which requires **Node 6 or higher**.
You can install `cz-scrumpy-commit` via
```sh
npm i -g cz-scrumpy-commit
```
When npm finished the installation, you need to run the following command to add `cz-scrumpy-commit` to your commitizen configuration.
```sh
echo '{ "path": "cz-scrumpy-commit" }' > ~/.czrc
```
You can also use commitizen to initialize with this package like this:
```sh
commitizen init cz-scrumpy-commit
```
Now you can just run commitizen
```
git add .
git cz
```
Have fun!