Skip to content

gitter-badger/RepoSense

 
 

Repository files navigation

RepoSense

Dependency

  1. Git
  2. Gradle

How to Use

  1. GUI
$ gradle clean run
  1. CLI
$ gradle clean build

Unzip the file in build/distributions/

$ cd build/distributions/GitGrader/bin/
$ ./GitGrader -config CSV_path.csv -output output_path/ -since 01/10/2017 -until 01/11/2017

Argument List:

  • config: Mandatory.The path to the CSV config file.
  • output: Optional. The path to the report generated. If not provided, it will be generated in the current directory.
  • since : Optional. start date of analysis. Format: dd/MM/yyyy
  • until : Optional. end date of analysis. Format: dd/MM/yyyy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 75.6%
  • HTML 10.4%
  • JavaScript 10.3%
  • CSS 3.7%