xarantolus / github-release-stats

Summarize release stats for your repositories

Home Page:https://ghstats.010.one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Release Stats

This is a simple web application that shows stats about the releases of GitHub repositories.

Features

  • Show stats for repositories
  • Automatic light and dark mode depending on device settings
  • Suggestions for repositories after typing in the username
  • You can link to a page without the repository input box by including the noform URL parameter, e.g. like this
  • Create badges for your repos: Release Stats

Screenshot showing the summary section for one of my projects

This project was very much inspired by @Somsubhra's project with the same name, but I built this from scratch.

Development setup

At first make sure you have node and npm installed. Then clone this repository and cd to its root directory.

Then install dependencies:

npm install

Now you can run the site with automatic reloads when you edit files:

npm run serve

After you're done, you can build for production:

npm run build

License

This is free as in freedom software. Do whatever you like with it.

About

Summarize release stats for your repositories

https://ghstats.010.one

License:MIT License


Languages

Language:Vue 76.6%Language:TypeScript 19.6%Language:HTML 1.9%Language:JavaScript 1.8%