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

https://github.com/seung-seop-ahn/conventional-commits

Conventional commits for team
https://github.com/seung-seop-ahn/conventional-commits

git

Last synced: 2 months ago
JSON representation

Conventional commits for team

Awesome Lists containing this project

README

          

# Welcome to conventional-commits 👋

> Conventional commits for team. Whenever you try to commit, commitizen will be executed.

![records](https://github.com/maketheworldwise/maketheworldwise/assets/89061493/649bb6c3-451a-4768-a4b7-9544a385058c)

## Install

1. Prepare your project.
2. Clone this repository.
3. Follow the instruction which is shown in script.

## Usage

```sh
sh apply.sh
```

```sh
# npm
npm run commit

# git
git commit
git commit -m ''
```

## Reference

- [conventional-commits-homepage](https://www.conventionalcommits.org/en/v1.0.0/)
- [conventional-commits](https://github.com/qoomon/git-conventional-commits#readme)
- [commitizen](https://github.com/commitizen/cz-cli)
- [cz-customizable](https://github.com/leoforfree/cz-customizable)

## Author

👤 **Kevin Ahn**

- Github: [@seung-seop-ahn](https://github.com/seung-seop-ahn)