
sbt
List of commands for sbt:
-
sbt:tldr:46cc7 sbt: Compile the main sources in `src/main/scala` and `src/main/java` directories.$ sbt compiletry on your machineexplain this command
-
sbt:tldr:61cfd sbt: Create a new Scala project from an existing Giter8 template hosted on GitHub.$ sbt new ${scala-hello-world-g8}try on your machineexplain this command
-
sbt:tldr:7aa7e sbt: Use the specified version of sbt.$ sbt -sbt-version ${version}try on your machineexplain this command
-
sbt:tldr:7c5ae sbt: Delete all generated files in the `target` directory.$ sbt cleantry on your machineexplain this command
-
sbt:tldr:8088f sbt: Use a specific jar file as the sbt launcher.$ sbt -sbt-jar ${path}try on your machineexplain this command
-
sbt:tldr:eadc1 sbt: Start a REPL (interactive shell).$ sbttry on your machineexplain this command