8000 GitHub - 0PandaDEV/changelog: Genereate beautiful changelogs for your github projects.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0PandaDEV/changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 GitHub Changelog Generator

Try it at: https://changelog.pandadev.net

A modern, fully client-side web application that generates beautiful changelogs from GitHub repositories.

image

✨ Features

  • 📝 Generate changelogs from any public GitHub repository
  • 🔒 Support for private repositories with GitHub token
  • 🏷️ Filter by tags and commit types
  • 😀 Gitmoji support
  • ⭐ Markdown rendering with GitHub styling
  • 📱 Mobile responsive design
  • 📋 Copy to clipboard functionality
  • 🌐 Fully client-side - no server needed

🛠️ Setup

# 📦 Install dependencies
bun install

# 🔥 Start development server
bun dev

# 🏗️ Build for production
bun run build && node .output/server/index.mjs 
0