Select Git revision
README.md 686 B
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:
3.1. For Intellij: run sbt gen-idea
and open the generated project with Intellij.
3.2. 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
).