A CLI tool to automatically generate commit messages using GPT-3
npm install gen-commit
Automatically generate commit messages using GPT-3
``bash``
npx gen-commit

* This project uses GPT-3 to generate commit messages
* The project works on the currently staged files
* The project will only work if you have a OpenAI API Key
* The project will only work if you have Git installed
* When a commit message is selected the project will automatically commit the staged files