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

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

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