/github-release-stats

Summarize release stats for your repositories

Primary LanguageVueMIT LicenseMIT

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

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