1.0.5 • Published 1 year ago

gitai v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Setup

The minimum supported version of Node.js is the latest v14. Check your Node.js version with node --version.

  1. Install gitai:

    npm install -g gitai
  2. Retrieve your API key from OpenAI

    Note: If you haven't already, you'll have to create an account and set up billing.

  3. Set the key so aicommits can use it:

    set OPENAI_API_KEY=<your openai token>
  4. 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
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago