/sourepoheatmap

Application for building changes heat map of a source repository.

Primary LanguageScalaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Sourepo Heatmap Build Status

Application for building changes heat map of a source repository.

Only Git, Repo repositories supported at the moment!

How to build Sourepo Heatmap

Requirements

You need to have the following to compile and run the project:

Other dependencies are downloaded by SBT automatically.

Compile and Run using SBT

  • Open a terminal and go to the directory with the project source code.
  • Specify JAVA_HOME environment variable.
  • Type sbt "project guiApp" run to compile and launch the application.
  • Type sbt "project guiApp" assembly to create fat JAR.

License

Copyright (C) 2015-2021 Alexey Kuzin. All rights reserved.

This project is governed by the BSD New license. For details see the file titled LICENSE in the project root folder.