mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:42:10 +02:00
sbt: add page (#3299)
This commit is contained in:
parent
43be99e963
commit
088cb7913a
1 changed files with 20 additions and 0 deletions
20
pages/common/sbt.md
Normal file
20
pages/common/sbt.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# sbt
|
||||
|
||||
> Build tool for Scala and Java projects.
|
||||
> More information: <https://www.scala-sbt.org/1.0/docs/index.html>.
|
||||
|
||||
- Start the SBT interactive shell (REPL):
|
||||
|
||||
`sbt`
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue