/scala-base.g8

Giter8 template for new Scala projects

Primary LanguageScalaMIT LicenseMIT

Scala Base

A Giter8 (g8) template for new Scala projects.

Usage

  • Create a project using this template:
sbt new cerst/scala-base.g8
  • For using the created project in IntelliJ, open the created folder and go to
    File -> Project Structure -> Modules -> + -> Import Module
    and select the code folder

Development

Test your changes using:

sh script/test/run.sh