Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 501 Bytes

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.