Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

itkpi/cakeless

Wire your cakes automatically to zio environment

itkpi/cakeless.json
{
"createdAt": "2019-01-09T13:34:34Z",
"defaultBranch": "master",
"description": "Wire your cakes automatically to zio environment ",
"fullName": "itkpi/cakeless",
"homepage": "",
"language": "Scala",
"name": "cakeless",
"pushedAt": "2020-02-27T10:25:51Z",
"stargazersCount": 41,
"topics": [
"cake-pattern",
"functional",
"scala-macros",
"wire",
"zio",
"zio-environment"
],
"updatedAt": "2025-09-06T11:16:35Z",
"url": "https://github.com/itkpi/cakeless"
}

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

Section titled “Project: Cakeless Current version: 1.0.0-rc3 Scala version: 2.12.10, 2.13.1”

codecov Build Status

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]!(./docs/readme.md)

Check examples [here]!(./examples/src/main/scala/com/examples)