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
- Host: GitHub
- URL: https://github.com/seung-seop-ahn/conventional-commits
- Owner: seung-seop-ahn
- Created: 2024-03-09T08:41:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T10:55:56.000Z (over 2 years ago)
- Last Synced: 2025-04-03T16:43:51.616Z (over 1 year ago)
- Topics: git
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to conventional-commits 👋
> Conventional commits for team. Whenever you try to commit, commitizen will be executed.

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