https://github.com/eroxl/gen-commit
🤖 A CLI tool to automatically generate commit messages using GPT-3
https://github.com/eroxl/gen-commit
automation cli git-commit git-commit-messages gpt
Last synced: 10 months ago
JSON representation
🤖 A CLI tool to automatically generate commit messages using GPT-3
- Host: GitHub
- URL: https://github.com/eroxl/gen-commit
- Owner: Eroxl
- Created: 2023-02-11T05:02:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T02:14:19.000Z (almost 3 years ago)
- Last Synced: 2025-03-09T12:46:22.743Z (10 months ago)
- Topics: automation, cli, git-commit, git-commit-messages, gpt
- Language: TypeScript
- Homepage:
- Size: 148 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🤖 Git Auto Message
Automatically generate commit messages using GPT-3
# 🚀 Getting Started
```bash
npx gen-commit
```
# 📖 Example

# ❓ Info
* This project uses [GPT-3](https://openai.com/blog/openai-api/) to generate commit messages
* The project works on the currently staged files
* The project will only work if you have a [OpenAI API Key](https://beta.openai.com/docs/developer-quickstart/api-key)
* The project will only work if you have [Git](https://git-scm.com/) installed
* When a commit message is selected the project will automatically commit the staged files