Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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 .
```