Examples (8)
Start a REPL (interactive shell)
Create a new Scala project from an existing Giter8 template hosted on GitHub
sbt new scala/hello-world.g8Delete all generated files in the `target` directory
sbt cleanCompile the main sources in `src/main/scala` and `src/main/java` directories
sbt compileUse the specified version of sbt
sbt -sbt-version versionUse a specific jar file as the sbt launcher
sbt -sbt-jar pathList all sbt options
sbt -hmade by @shridhargupta | data from tldr-pages