How to generate stats for a GitHub project?

前端 未结 4 1678
庸人自扰
庸人自扰 2020-12-07 20:52

Is there an easy/efficient way to generate some high-level reports for a particular GitHub project?

e.g. lines of code committed over time, top contributors, etc

4条回答
  •  自闭症患者
    2020-12-07 21:15

    I am the author of weave-gitstats. Its opensource and based on weave. Most git statistics generators like gitstats or the statistics provided by github are "static", they don't have drilldown functionality, filtering and are limited to some default graphs. Weave-gistats provides a lot of dynamic dashboards that allow you to filter on eg year, author and allow you to create your own graphs using your own criteria.

提交回复
热议问题