> For the complete documentation index, see [llms.txt](https://wiki.robmurtagh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.robmurtagh.com/scala.md).

# Scala

## sbt (Scala Build Tool)

[Getting started](https://docs.scala-lang.org/getting-started-sbt-track/getting-started-with-scala-and-sbt-on-the-command-line.html) for quick installation etc

## sbt watch (\~) and rebuild:

```bash
sbt ~run
```

## sbt help

```bash
sbt help
```

## sbt shell

```bash
sbt console
```
