A Giter8 template for a sample Scala project using the Maven build tool!
Install Giter8 with Coursier.
cs install giter8
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