Giter8 template for generating a Atlassian Connect app using Scala, Play and Slick.
You should only need to clone this project if you are modifying the giter8 template. For information on giter8 templates, please see http://www.foundweekends.org/giter8/
If you want to create a project:
sbt new toolsplus/atlassian-connect-play-slick-seed.g8
If you are testing this giter8 template locally, you should install g8 and then run the local test feature:
g8 file://atlassian-connect-play-slick-seed.g8/ --name=my-seed-test --force
Will create an example template called my-seed-test
, for example.