cnb-rs repo contributors
cnb-rs repo contributors <subcommand>仓库贡献者排行 / 趋势分析子组。
子命令
- cnb-rs repo contributors top — 活跃用户排名(按仓库数 / 星数)
- cnb-rs repo contributors trend — 贡献者提交趋势(按周聚合,含新增/删除行数)
top vs trend 选哪个
| 维度 | top | trend |
|---|---|---|
| 数据视角 | 用户层面活跃度 | 提交层面统计 |
| 排序依据 | 仓库数 / 星数 | 提交数 / 增删行数 |
| 时间窗 | 无(累计) | 按周聚合 |
| 典型用途 | 找仓库的「明星贡献者」 | 看代码贡献分布与活跃周期 |
| API endpoint | /-/top-activity-users | /-/contributor/trend |