Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spamegg1/scala-toolkit-tutorial
Scala Toolkit tutorials all typed up (for Scala 3)
https://github.com/spamegg1/scala-toolkit-tutorial
json metals munit os-lib scala scala-cli scala3 sttp toolkit upickle vscode
Last synced: 19 days ago
JSON representation
Scala Toolkit tutorials all typed up (for Scala 3)
- Host: GitHub
- URL: https://github.com/spamegg1/scala-toolkit-tutorial
- Owner: spamegg1
- License: apache-2.0
- Created: 2023-09-26T20:25:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-23T09:45:24.000Z (8 months ago)
- Last Synced: 2024-03-23T11:59:35.380Z (8 months ago)
- Topics: json, metals, munit, os-lib, scala, scala-cli, scala3, sttp, toolkit, upickle, vscode
- Language: Scala
- Homepage:
- Size: 365 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
To use,
1. Install [Visual Studio Code](https://code.visualstudio.com/) with the [Metals](https://scalameta.org/metals/) [extension](https://marketplace.visualstudio.com/items?itemName=scalameta.metals)
2. Install [`scala-cli`](https://scala-cli.virtuslab.org/)
3. Clone this repository:
```bash
git clone https://github.com/spamegg1/scala-toolkit-tutorial
```
4. Open the folder and set it up for use with `scala-cli` and VS Code:```bash
cd scala-toolkit-tutorial
scala-cli setup-ide .
```5. Open the folder in VS Code:
```bash
code .
```