A Giter8 template for creating Scala Play projects for HMRC digital services
To use the template you need to have SBT version of 0.13.13 or later
Information to install this on linux can be found here:
http://www.scala-sbt.org/0.13/docs/Installing-sbt-on-Linux.html
To create a template service:
- Locate to the directory where you want to create the template
- To create a generic microservice run the command
sbt new nkaraolis/hmrc-service-template.g8
If you want to create a frontend run the command
sbt new nkaraolis/hmrc-service-template.g8 -b Frontend
Or if you want to create a third party API run the command
sbt new nkaraolis/hmrc-service-template.g8 -b API
- Enter the name of your new service when prompted and then the new project will be created
Written by Nick Karaolis
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/.