GildedRose-Refactoring-Kata/clojure
2022-09-25 20:41:30 +02:00
..
src/gilded Add Clojure translation 2022-09-25 20:41:30 +02:00
test/gilded Add Clojure translation 2022-09-25 20:41:30 +02:00
.gitignore Add Clojure translation 2022-09-25 20:41:30 +02:00
deps.edn Add Clojure translation 2022-09-25 20:41:30 +02:00
README.md Add Clojure translation 2022-09-25 20:41:30 +02:00
tests.edn Add Clojure translation 2022-09-25 20:41:30 +02:00

Gilded Rose

This is the Gilded Rose kata in Clojure.

Getting started

You'll need the clojure command-line tool.

Running app

Produces output suitable for texttests:

clojure -M:main

You can specify the number of days as args:

clojure -M:main 31

Running tests

To run all tests

clojure -M:test

To run all tests in watch mode

clojure -M:test --watch