hsuanxyz / commit-gpt

A GPT-3-based tool that generates Conventional Commits specification commit messages

Home Page:https://commit.hsuan.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conventional Commits Generator

A GPT-3-based tool that uses the input prompts to generate several commit messages that conform to the Conventional Commits specifications.

web site screenshot

Online use

A GPT-3 based Conventional Commits Generator

One-Click Deploy

Deploy with Vercel

Set up environment variables

Rename .env.example to .env.local:

cp .env.example .env.local

then, update OPENAI_API_KEY with your OpenAI secret key.

Next, run Next.js in development mode:

npm install
npm run dev

# or

yarn
yarn dev

The app should be up and running at http://localhost:3000.

Deploy it to the cloud with Vercel (Documentation).

About

A GPT-3-based tool that generates Conventional Commits specification commit messages

https://commit.hsuan.xyz


Languages

Language:TypeScript 97.0%Language:JavaScript 1.5%Language:Shell 1.2%Language:CSS 0.3%