GitHunt
CH

chenakam/cats-effect-tutorial

cats-effect-tutorial

Source code of the examples/exerciese of cats-effect
tutorial
.

All contents are realeased under the Apache v2
license
.

There are different releases of this tutorial for different versions
of cats-effect. Each release is properly tagged (e.g. cats-effect_v2.0.0
for cats-effect v2.0.0).

Compile and run the examples

Code can be compiled using sbt:

$ sbt
> compile

Any of the files can be executed also using sbt. So for example to run
catsEffectTutorial.CopyFile to copy an origin.txt file to another
destination.txt file we will run:

> runMain catsEffectTutorial.CopyFile origin.txt destination.txt

Languages

Scala100.0%

Contributors

Apache License 2.0
Created November 9, 2019
Updated November 9, 2019
chenakam/cats-effect-tutorial | GitHunt