/zio-scala3

Template for a new ZIO project in Scala 3

Primary LanguageScalaMIT LicenseMIT

Template for a ZIO project using Scala 3

This is designed to work seamlessly with Visual Studio Code or IntelliJ or plain vanilla SBT. It also shows both a hybrid "what to do if my project has ZIO and non-ZIO stuff" model (Main.scala and TestTraditional.scala) and the more pure-ZIO approaches (HelloStream.scala and TestZio.scala)