Skip to content

chenakam/cats-effect-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%