GitHub Metrics is a tool for retrieving time-to-market metrics from GitHub.
If you are going to access a private GitHub repo you will need to create a personal access token. Copy this token and paste it inside the property files at /src/java/resoures/config.properties. Then, run the following commands.
$ mvn clean package
$ mvn exec:java -Dexec.mainClass="com.danielcsant.metrics.Main"
Apache License Version 2.0