Skip to content

Quickstart your next app with the Typelevel Toolkit!

License

Notifications You must be signed in to change notification settings

typelevel/toolkit

Folders and files

NameName
Last commit message
Last commit date
Dec 27, 2024
May 6, 2024
Mar 4, 2025
May 6, 2024
Feb 24, 2023
Dec 27, 2024
Jan 23, 2025
Feb 24, 2023
May 6, 2024
Jan 29, 2025

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