Skip to content
/ gitMD Public

AI Agent that helps you generating Release Notes and Pull Request notes in Markdown by just posting your commit history

License

Notifications You must be signed in to change notification settings

d3uceY/gitMD

Repository files navigation

gitMD

It ain't really that deep tbh. I am lazy. I just needed something that can generate version tag release notes. i searched the internet and i did not see any and the ones i saw were paid and i hate paying, so i said, 'nah, i'mma do my own thing'

building this was boring btw.

This is a Next.js (TypeScript) project that uses the Google Generative AI API.
Follow the steps below to set it up locally.


📦 Tech Stack

  • Next.js (App Router)
  • TypeScript
  • React
  • Google Generative AI API

1. Clone the repository

git clone https://github.com/d3uceY/gitMD.git
cd git-md

2. Install dependencies

npm install

3. Set up environment variables

Create a .en.local file in the root directory and add the following variables:

NEXT_PUBLIC_GOOGLE_API_KEY=your-google-api-key
NEXT_PUBLIC_BASE_URL='https://your-domain.com'

4. Run the development server

npm run dev

5. Access the application

Open your browser and navigate to http://localhost:3000 to access the application.

About

AI Agent that helps you generating Release Notes and Pull Request notes in Markdown by just posting your commit history

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published