Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 591 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 591 Bytes

scala-sbt.g8

A Giter8 template that creates a sbt project with support for Scala and ScalaTest.

Usage

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! :)