For Developers
Documentation
Usage
This is a normal sbt project. You can compile code with sbt compile
, run it with sbt run
, and sbt console
will start a Scala 3 REPL.
Useful Commands
stage
- Build runnable project intarget/universal
universal:packageBin
- Build zip files of runnable project intarget/universal
scaladoc
- Build documentation, including API docs totarget/docs/site
compile
thenscalafmtAll
- Will convert all syntax to new-style, indent based Scala 3.
Notes
Documentation can be added as markdown files in docs
and will be included automatically when you run scaladoc
.
In this article