Skip to content

feat: add GitHub LOC report generator#1

Open
fredppm wants to merge 5 commits into
masterfrom
claude/github-loc-report-CHFCg
Open

feat: add GitHub LOC report generator#1
fredppm wants to merge 5 commits into
masterfrom
claude/github-loc-report-CHFCg

Conversation

@fredppm

@fredppm fredppm commented Apr 3, 2026

Copy link
Copy Markdown
Owner

Script that queries GitHub API to extract lines of code per commit
across all repos in an org, outputting repo/date/user/loc CSV data.

https://claude.ai/code/session_019XwfQVvzEFH3b5inz3yJ4u

claude added 5 commits April 3, 2026 01:34
Script that queries GitHub API to extract lines of code per commit
across all repos in an org, outputting repo/date/user/loc CSV data.

https://claude.ai/code/session_019XwfQVvzEFH3b5inz3yJ4u
When --since is omitted, automatically calculates the start date
as N months back from today (default 12), so no manual date math needed.

https://claude.ai/code/session_019XwfQVvzEFH3b5inz3yJ4u
Replace per-commit fetching (1 req/commit) with stats/contributors
(1 req/repo), which returns weekly additions/deletions per contributor.
Adds a formatted terminal summary with tables by user and by repo.

https://claude.ai/code/session_019XwfQVvzEFH3b5inz3yJ4u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants