How to generate stats for a GitHub project?

前端 未结 4 1681
庸人自扰
庸人自扰 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:00

    Now there are several tools that you could use (e.g. see this rather complete list: https://livablesoftware.com/tools-mine-analyze-github-git-software-data/ )

    The right tool for you will also depend on you're just interested in the "git" part of the project or the "GitHub" part (i.e. stats on community activity).

    I'd start by checking GrimoireLab , Apache Kibble and Sourced. They all allow you to configure and create a dashboard to display several metrics around your project

提交回复
热议问题