The Wayback Machine - https://web.archive.org/web/20221014130156/https://github.com/itkpi/cakeless
Skip to content

itkpi/cakeless

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Project Current version Scala version
Cakeless
1.0.0-rc3
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

About

Wire your cakes automatically to zio environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages