GitHunt
LR

lrodero/cats-effect-tutorial

cats-effect-tutorial

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

All contents released under the Apache v2 license.

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.CopyFile to copy an origin.txt file to another
destination.txt file we will run:

$ sbt
> runMain catseffecttutorial.copyfile.CopyFile origin.txt destination.txt

Languages

Scala100.0%

Contributors

Apache License 2.0
Created August 19, 2018
Updated February 19, 2026
lrodero/cats-effect-tutorial | GitHunt