A [Giter8][g8] template for Play! Framework Scala Project with SBT Layout! Template license ---------------- Written in 2018 by Fred Muya oss.encore@mailhero.io To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See . [g8]: http://www.foundweekends.org/giter8/ ## Running If you want to create a project: ``` sbt new muya/play-sbt-scala-seed.g8 ``` ## Running locally If you are testing this giter8 template locally, you should [install g8](http://www.foundweekends.org/giter8/setup.html) and then run the [local test](http://www.foundweekends.org/giter8/testing.html) feature: ``` g8 file://play-sbt-scala-seed.g8/ --name=my-seed-test --force ``` Will create an example template called `my-seed-test`, for example.