Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 939 Bytes

File metadata and controls

30 lines (19 loc) · 939 Bytes

A Giter8 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 http://creativecommons.org/publicdomain/zero/1.0/.

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 and then run the local test feature:

g8 file://play-sbt-scala-seed.g8/ --name=my-seed-test --force

Will create an example template called my-seed-test, for example.