An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# `cz-scrumpy-commit`

> A commitizen adapter for [Scrumpy.io](https://scrumpy.io/)

![cz-scrumpy-commit in Action](/.github/demo.jpg)

# 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!