Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.23 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.23 KB

Typelevel Toolkit

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.

Libraries included