scalameta / maven-scala-seed.g8

A Giter8 template for a sample Scala project using the Maven build tool!
1 stars 1 forks source link

Maven Scala Seed

A Giter8 template for a sample Scala project using the Maven build tool!

Prerequisites

Install Giter8 with Coursier.

cs install giter8

Create new project

To create a new Scala 2.13.x project just run:

g8 scalameta/maven-scala-seed.g8

To create a new Scala 3 version project instead run:

g8 --scala_version=3.3.3 --scala_binary_version=3 scalameta/maven-scala-seed.g8

You can also use the "New Scala Project" command in Metals