GitHub - itkpi/cakeless: Wire your cakes automatically to zio environment

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Project Cakeless
Current version 1.0.0-rc3
Scala version 2.12.10, 2.13.1

codecov Build Status

cakeless

Cakeless is a library providing the ability to painlessly wire deeply nested cakes into your ZIO environment.

To try it, add the following into your build.sbt file:

resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies ++= {
  val cakelessV = "1.0.0-rc3"
  Seq(
    "ua.pp.itkpi" %% "cakeless" % cakelessV
  )
}

Docs are available here

Check examples here