SCROLLBoot
Small SCROLL boot demo application build with Scala to show how to use SCROLL (SCala ROLes Language) in your Scala project.
Edit and develop:
-
Install SBT (Scala Build Tool).
-
Clone this repository.
-
Set up your favorite IDE:
-
For Intellij: run
sbt gen-idea
and open the generated project with Intellij. -
For Eclipse: run
sbt eclipse
and import the generated project with Eclipse. -
Run it with
sbt run
or directly with your IDE as Scala Application (src/main/scala/SCROLLBoot.scala
).