A Giter8 template that creates a sbt project with support for Scala and ScalaTest.
After installing Giter8, type:
$ g8 rlazoti/scala-sbt.g8
Note that the '.g8' suffix is implicit so you could also do:
$ g8 rlazoti/scala-sbt
You'll now be prompted for some parameters, just hit "Enter" for default values or type something.
Once everything is okay, type:
$ cd <your newly created folder>
$ sbt
It's done! :)