Metrics for your code repository.
There are lots of tools for collating metrics of software repositories, most of which are commercial and not open source. Notable open source tools include those in the github.com/chaoss organization, especially their augur and grimoirelab tools. Both of these tools are huge and comprehensive. They are intended to be highly configurable and customizable, but can be difficult both to set up and to use.
The repometrics
package is a lightweight alternative to CHAOSS tools. Where
those tools use large database and data broker libraries, this package stores
all data in raw JSON form as directly returned from APIs, and uses tools such
as jq
for extraction and filtering. Unlike
the more general CHAOSS tools, the repometrics
package is also restricted to
analysing GitHub repositories only.
Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.