https://github.com/nekofar/git-cc
A shell tool to create commit messages following the Conventional Commits specs
https://github.com/nekofar/git-cc
conventional-commits git git-addons
Last synced: 7 months ago
JSON representation
A shell tool to create commit messages following the Conventional Commits specs
- Host: GitHub
- URL: https://github.com/nekofar/git-cc
- Owner: nekofar
- License: mit
- Created: 2020-09-19T20:07:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T19:59:41.000Z (about 5 years ago)
- Last Synced: 2025-01-28T19:46:14.502Z (8 months ago)
- Topics: conventional-commits, git, git-addons
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Git CC
A shell tool to create commit messages following the Conventional Commits specs.
## Installation
Use the Homebrew [brew](https://brew.sh) to install foobar.
```bash
brew install nekofar/tap/git-cc
```## Usage
```bash
git-cc --subject 'short description' --type 'chore'
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)