ghstats is a simple Rust CLI tool that fetches GitHub user statistics.
It displays:
- Total number of public repositories
- Most used programming language
- Number of languages used
- GitHub Score (custom metric)
- Top repositories by star count
- Fetches data from GitHub REST API
- Validates username and asks again if invalid
- Interactive mode (ask username if not provided)
- Clean and beginner-friendly Rust code
ghstats -- Supritphuyal
ghstats