Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 943 Bytes

File metadata and controls

26 lines (22 loc) · 943 Bytes

Repo Overview Tool Design

Goals

  • Collect GitHub organization data once and reuse it across multiple reports.
  • Keep local iteration fast by rendering from a cached snapshot.
  • Separate collection, enrichment, and rendering.
  • Generate the profile README, HTML dashboard, and GitHub Pages content from a shared snapshot.

Design Documents