GildedRose-Refactoring-Kata/scala/README.md
2025-03-15 21:36:24 +00:00

23 lines
240 B
Markdown

# Gilded Rose starting position in Scala 3 scalatest
## Build the project
``` cmd
sbt compile
```
## Run the Gilded Rose Command-Line program
For e.g. 10 days:
``` cmd
sbt "run 10"
```
## Run all the unit tests
``` cmd
sbt test
```