Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 501 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 501 Bytes

scrupal-activator-seed

Typesafe Activator Template For Seeding Scrupal Modules

You can use this TypeSafe Activator template to seed a Scrupal module. It will set up an sbt project that includes the following:

  • Activates the scrupal-sbt plugin to get your module set up according to the latest Scrupal release.
  • Adds a dependency on the scrupal-core which will include numerous other packages you will need.
  • Provides a template for your module named "Example" for you to modify and extend.