gitai
v1.0.5
Published
Generates your git commit messages for you with AI
Downloads
22
Readme
Setup
The minimum supported version of Node.js is the latest v14. Check your Node.js version with
node --version.
Install gitai:
npm install -g gitaiRetrieve your API key from OpenAI
Note: If you haven't already, you'll have to create an account and set up billing.
Set the key so aicommits can use it:
set OPENAI_API_KEY=<your openai token>Start committing!
Go make some changes in any Git repo, stage them, and just run
gitai, and see your AI generated commit message!]
About the Tool
This CLI tool harnesses the power of OpenAI's GPT-3 to automatically generate commit messages for your latest code changes. By running git diff, the tool gathers all of the relevant changes and sends them to GPT-3 for analysis. The resulting message is returned to you, allowing you to quickly and easily document your code changes without the hassle of manual writing.
Future tasks
- Add multiple commit messages
- Generate Conventional Commits
- Add gitemoji (optional) for users
- Use more accurate openAI model
