/cats-effect-tutorial

Primary LanguageScalaApache License 2.0Apache-2.0

cats-effect-tutorial

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

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

> runMain catsEffectTutorial.CopyFile origin.txt destination.txt