Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 465 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 465 Bytes

TypeScript Kata Starter

Doing kata is fun!

There are lots of them.

Get Started

  1. Clone this repo.
  2. Run npm i to install things.
  3. Run npm t to test.
  4. Delete my nonsense function.
  5. Do a kata.

Get Started Again

Time-boxed is the way to do kata. Before you start a new one, run npm run reset to lose all your work immediately.