Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 447 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 447 Bytes

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