Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vchet/github-metrics
Discover comprehensive insights into your GitHub repositories' metrics. Track stars, forks, and more, all conveniently stored locally.
https://github.com/vchet/github-metrics
github
Last synced: 24 days ago
JSON representation
Discover comprehensive insights into your GitHub repositories' metrics. Track stars, forks, and more, all conveniently stored locally.
- Host: GitHub
- URL: https://github.com/vchet/github-metrics
- Owner: VChet
- License: agpl-3.0
- Created: 2023-09-06T20:14:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-10T17:15:15.000Z (about 2 months ago)
- Last Synced: 2024-09-10T20:46:16.007Z (about 2 months ago)
- Topics: github
- Language: Vue
- Homepage: https://github-metrics.netlify.app
- Size: 877 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GitHub Metrics
![vue](https://img.shields.io/github/package-json/dependency-version/VChet/github-metrics/vue?color=42b883)
[![Netlify Status](https://api.netlify.com/api/v1/badges/dff390f8-9b52-49ab-be5d-fb76d22abcb8/deploy-status)](https://app.netlify.com/sites/github-metrics/deploys)
[![code style](https://antfu.me/badge-code-style.svg)](https://github.com/antfu/eslint-config)Discover comprehensive insights into your GitHub repositories' metrics.
Track stars, forks, and more, all conveniently stored locally.## Preview
![Preview](./meta/preview.png)
## Development
- Install dependencies: `pnpm install`
- Start dev-server: `pnpm run dev`
- Build for production: `pnpm run build`