Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itkpi/cakeless
Wire your cakes automatically to zio environment
https://github.com/itkpi/cakeless
cake-pattern functional scala-macros wire zio zio-environment
Last synced: 3 months ago
JSON representation
Wire your cakes automatically to zio environment
- Host: GitHub
- URL: https://github.com/itkpi/cakeless
- Owner: itkpi
- License: apache-2.0
- Archived: true
- Created: 2019-01-09T13:34:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T10:25:51.000Z (over 4 years ago)
- Last Synced: 2024-05-20T22:12:30.580Z (6 months ago)
- Topics: cake-pattern, functional, scala-macros, wire, zio, zio-environment
- Language: Scala
- Homepage:
- Size: 226 KB
- Stars: 43
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zio - cakeless - nested cakes (Algorithm)
README
---
Project: Cakeless
Current version: 1.0.0-rc3
Scala version: 2.12.10, 2.13.1
---[![codecov](https://codecov.io/gh/itkpi/cakeless/branch/master/graph/badge.svg)](https://codecov.io/gh/itkpi/cakeless)
[![Build Status](https://travis-ci.com/itkpi/cakeless.svg?branch=master)](https://travis-ci.com/itkpi/cakeless)# 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:
```scala
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)