https://github.com/horothesun/scala-3-dojo
https://github.com/horothesun/scala-3-dojo
cats-effect-3 scala-3 scala-cli typelevel
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/horothesun/scala-3-dojo
- Owner: horothesun
- Created: 2024-07-04T23:05:56.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-11T22:27:56.000Z (10 months ago)
- Last Synced: 2025-08-12T00:22:15.101Z (10 months ago)
- Topics: cats-effect-3, scala-3, scala-cli, typelevel
- Language: Scala
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scala 3 dojo
[](https://github.com/horothesun/scala-3-dojo/actions/workflows/ci.yml)
[](https://renovatebot.com)
[](https://mergify.com)
[](https://www.scala-lang.org/)
## Setup
Scala-CLI - IntelliJ IDEA setup: [guide](https://scala-cli.virtuslab.org/docs/cookbooks/ide/intellij/).
## Test
Test only a single package with
```bash
scala-cli test --watch . --test-only "mypackage*"
```
## Run
Run a specific main class with
```bash
scala-cli . --main-class mypackage.Main
```