-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

sbt


> Build tool for Scala and Java projects.

More information.


Start a REPL (interactive shell):

sbt

Create a new Scala project from an existing Giter8 template hosted on GitHub:

sbt new {scala/hello-world.g8}

Compile and run all tests:

sbt test

Delete all generated files in the `target` directory:

sbt clean

Compile the main sources in `src/main/scala` and `src/main/java` directories:

sbt compile

Use the specified version of sbt:

sbt -sbt-version {version}

Use a specific jar file as the sbt launcher:

sbt -sbt-jar {path}

List all sbt options:

sbt -h


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:38:51 2024