mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
| .. | ||
| project | ||
| src | ||
| .gitignore | ||
| build.sbt | ||
| README.md | ||
Gilded Rose starting position in Scala 3 scalatest
Build the project
sbt compile
Run the Gilded Rose Command-Line program
For e.g. 10 days:
sbt "run 10"
Run all the unit tests
sbt test