/aicommit

Let AI write your commit messages!

Primary LanguageGoMIT LicenseMIT

aicommit

Let AI write your commit messages!

aicommit

Installation

  1. Clone this repository on your local machine.

  2. Install golang v1.20 and https://taskfile.dev for building binary.

  3. Generate Chat GPT auth token from https://platform.openai.com/account/api-keys.

  4. Now, execute these commands

    $ export API_KEY=<YOUR-AUTH-TOKEN>
    $ task build
    $ cp bin/aicommit /usr/local/bin