Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hayasshi/template-scala3
https://github.com/hayasshi/template-scala3
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hayasshi/template-scala3
- Owner: hayasshi
- Created: 2024-01-28T06:39:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T15:32:09.000Z (27 days ago)
- Last Synced: 2024-12-09T16:40:48.066Z (27 days ago)
- Language: Scala
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## sbt project compiled with Scala 3
### Usage
This is a normal sbt project. You can compile code with `sbt compile`, run it with `sbt run`, and `sbt console` will start a Scala 3 REPL.
For more information on the sbt-dotty plugin, see the
[scala3-example-project](https://github.com/scala/scala3-example-project/blob/main/README.md).