Skip to content

Semisafe Play/Scala Template: run "sbt new cameronhotchkies/semisafe-play.g8"

License

Notifications You must be signed in to change notification settings

cameronhotchkies/semisafe-play.g8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-scala-seed.g8

Build Status

Giter8 template for generating an opinionated Play project seed in Scala, as recommended by semisafe.com. This was forked from the default Play template

This project is intended for people who know how to use Play and want to get started right away.

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/

Running

If you want to create a project:

sbt new cameronhotchkies/semisafe-play.g8

Scaffolding

Type g8Scaffold form from sbt to create the scaffold controller, template and tests needed to process a form.

You can also create your own giter8 seeds and scaffolds based off this one by forking from the https://github.com/cameronhotchkies/semisafe-play.g8 github project.

Running locally

If you are testing this giter8 template locally, you should install g8 and then run the local test feature:

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

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

About

Semisafe Play/Scala Template: run "sbt new cameronhotchkies/semisafe-play.g8"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 80.1%
  • HTML 12.4%
  • Shell 7.5%