This is the Gilded Rose kata in TypeScript. This Kata was originally created by Terry Hughes (http://twitter.com/TerryHughes). It is already on GitHub here. See also Bobby Johnson's description of the kata.
- Install dependencies:
npm install
- Run app:
npm run test:print -- <days>
- Running tests:
npm run test
- Running in watch mode
npm run test:watch