rachlenko / scala-seed.g8

A giter8 template for getting started with Scala 2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Giter8/SBT/Scala template

A Giter8 template for a fully configured Scala SBT single but multibuild ready project. It is configured in a slightly opinionated but mostly dependency free fashion.

All versions will always stay hardcoded as opposed to being chooseable or automatically updatable via Giter8 in order to guarantee the soundness of the build. In other words, assuming you don't have any global settings/plugins the build won't break unless you manually break it by changing versions by hand. Enjoy!

Configure your Scala dev environment in minutes!

sbt new devinsideyou/scala-seed.g8  # for Scala 2
sbt new devinsideyou/scala3-seed.g8 # for Scala 3

or

g8 devinsideyou/scala-seed  # for Scala 2
g8 devinsideyou/scala3-seed # for Scala 3

Watch on YouTube

About

A giter8 template for getting started with Scala 2.

License:Other


Languages

Language:Scala 100.0%