Commit 3926575
Waldek Herka
feat(lib): add hub-release-analyzer for GitHub release analytics
Add CLI tool to analyze GitHub release download statistics for prompt-registry hub configurations.
Features:
- Parse hub configs from local files, GitHub repos, or direct YAML URLs
- Concurrently fetch release data from multiple sources
- Aggregate downloads by source, bundle, and version
- Generate CSV and Markdown reports
- Full unit test coverage1 parent a7ff87d commit 3926575
File tree
5 files changed
+1502
-1
lines changed- lib
- bin
- test
- scripts
5 files changed
+1502
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| |||
0 commit comments