https://github.com/haider8/aicommit
Let AI write your commit messages!
https://github.com/haider8/aicommit
Last synced: 4 months ago
JSON representation
Let AI write your commit messages!
- Host: GitHub
- URL: https://github.com/haider8/aicommit
- Owner: Haider8
- License: mit
- Created: 2023-06-11T06:15:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T15:40:57.000Z (about 3 years ago)
- Last Synced: 2025-03-06T07:48:29.667Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aicommit
### Let AI write your commit messages!

## Installation
1. Clone this repository on your local machine.
2. Install golang v1.20 and https://taskfile.dev for building binary.
3. Generate Chat GPT auth token from https://platform.openai.com/account/api-keys.
3. Now, execute these commands
```
$ export API_KEY=
$ task build
$ cp bin/aicommit /usr/local/bin
```