Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladimirlogachev/exercises-fp-strategies-in-scala-with-cats
https://github.com/vladimirlogachev/exercises-fp-strategies-in-scala-with-cats
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vladimirlogachev/exercises-fp-strategies-in-scala-with-cats
- Owner: vladimirlogachev
- Created: 2024-07-19T18:06:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T05:37:48.000Z (about 2 months ago)
- Last Synced: 2024-11-30T05:28:56.202Z (25 days ago)
- Language: Scala
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# exercises-fp-strategies-in-scala-with-cats
Exercises from the book [Functional Programming Strategies In Scala with Cats](https://scalawithcats.com/) (Scala 3, `cats`, `cats-effect`, `weaver-test`). Also maintained as a demonstration project.
## Pre-requisites
- [sbt](https://www.scala-sbt.org/)
## Usage
- `sbt test` - test
- `sbt styleFix` - fix formatting and linting errors
- `sbt styleCheck` - check for formatting and linting errors
- `sbt dev` - allow compiler warnings to not fail the compilation