mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
23 lines
240 B
Markdown
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
|
|
```
|