Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xarantolus/github-release-stats
Summarize release stats for your repositories
https://github.com/xarantolus/github-release-stats
download-count github github-asset-download github-release-stats release-stats statistics vue
Last synced: 3 days ago
JSON representation
Summarize release stats for your repositories
- Host: GitHub
- URL: https://github.com/xarantolus/github-release-stats
- Owner: xarantolus
- License: mit
- Created: 2022-05-20T21:17:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T06:34:00.000Z (about 1 year ago)
- Last Synced: 2024-01-25T07:31:23.494Z (about 1 year ago)
- Topics: download-count, github, github-asset-download, github-release-stats, release-stats, statistics, vue
- Language: Vue
- Homepage: https://ghstats.010.one
- Size: 751 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [GitHub Release Stats](https://ghstats.010.one)
This is a simple [web application](https://ghstats.010.one) 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](https://ghstats.010.one/?user=xarantolus&repo=filtrite&noform)
* Create badges for your repos: [![Release Stats](public/badge.svg)](https://ghstats.010.one/?user=xarantolus&repo=filtrite)[![Screenshot showing the summary section for one of my projects](.github/img/screenshot-darkmode.png)](https://ghstats.010.one/?user=xarantolus&repo=filtrite)
This project was very much inspired by [@Somsubhra](https://github.com/Somsubhra)'s [project with the same name](https://github.com/Somsubhra/github-release-stats), 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](LICENSE)
This is free as in freedom software. Do whatever you like with it.