A toolkit of great libraries to get started building Typelevel apps on JVM, Node.js, and Native! Our very own flavour of the Scala Toolkit.
//> using toolkit typelevel:default
import cats.effect.*
object Hello extends IOApp.Simple:
def run = IO.println("Hello toolkit!")
To get started, you can use the accompanying template :
scala-cli --power new typelevel/toolkit.g8
Important
The toolkit does not yet support Scala Native 0.5.x series.
- Cats and Cats Effect
- FS2 and FS2 I/O
- FS2 Data Csv and its generic module
- http4s Ember client
- Circe and http4s integration
- Decline Effect
- Munit Cats Effect