Skip to content

Sadwik09/Github-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Github-Analyzer

LIVE DEMO :

https://v0-github-profile-summary.vercel.app/

πŸš€ GitHub Analyzer A lightweight, language-agnostic utility that scans GitHub repositories and generates actionable insights. ✨ What it does Repository metrics – stars, forks, issues, PR velocity Code health – file counts, language breakdown, cyclomatic complexity Dependency audit – outdated packages, security advisories Contributor analytics – top authors, commit timeline, bus-factor CI & workflow checks – failing actions, flaky tests Custom rules – plug-in architecture for new analyzers πŸ“¦ Installation From source bash Copy git clone https://github.com/your-org/github-analyzer.git cd github-analyzer make install # or ./install.sh With Docker bash Copy docker pull ghcr.io/your-org/github-analyzer:latest πŸƒ Usage bash Copy

Scan multiple repos from a list

github-analyzer --batch repos.txt --csv summary.csv πŸ”§ Requirements Python β‰₯ 3.9 OR Node β‰₯ 18 Git β‰₯ 2.30 A GitHub personal-access token with repo scope (for private repos)

🀝 Contributing Fork repo Create feature branch (git checkout -b feat/my-idea) Add tests & run make test Push & open a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors