Home

Awesome

GildedRoseKata Maven version

Maven version of the GildedRoseKata

How to get started

Ensure you have installed Maven version 3.3.

clone the project

git clone https://github.com/joebew42/GildedRose.git
cd GildedRose/
create your branch and start the kata
git checkout -b my_first_kata_attempt
How to run test via maven command line
mvn clean test