cz-scrumpy-commit

Commitizen conventions for scrumpy.io

Downloads
9
Stars
1
Committers
1

cz-scrumpy-commit

A commitizen adapter for Scrumpy.io

Installation

Make sure you have Commitizen installed to use cz-scrumpy-commit. This package uses ES6 which requires Node 6 or higher.

You can install cz-scrumpy-commit via

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.

echo '{ "path": "cz-scrumpy-commit" }' > ~/.czrc

You can also use commitizen to initialize with this package like this:

commitizen init cz-scrumpy-commit

Now you can just run commitizen

git add .
git cz

Have fun!