Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 564 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 564 Bytes

GitHub Metrics

GitHub Metrics is a tool for retrieving time-to-market metrics from GitHub.

Run

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"

License

Apache License Version 2.0