Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.16 KB

README.markdown

File metadata and controls

25 lines (20 loc) · 1.16 KB

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:

  1. Locate to the directory where you want to create the template
  2. 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
  3. Enter the name of your new service when prompted and then the new project will be created

Template license

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/.