A simple CLI tool to generate commit messages using GPT-3
npm install @iammati/git-aiThis AI-powered tool, based on Node.js, will help you summarizing changes done in a Git repository by analzying
diffs / code changes and using conventional-commits to do that.
I was lazy going through all my changes everytime and pull something together for a commit message. I wanted to have a tool that does that for me.
You need a OpenAI API Key to use this tool. You can get one here.
``bash`
npm install -g @iammati/git-ai
Just run the git-ai command in a Git repository where you added files into your staged-area and want to summarize a commit message for:
`bash``
git-ai
Copy n paste the response into your commit message and you're done!