Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 977 Bytes

File metadata and controls

22 lines (17 loc) · 977 Bytes

Coding Katas TypeScript

CI MIT License Conventional Commits

TypeScript solutions for Katas from

How to work with this repository

  1. Clone the repository
  2. Install the tools in the .tool-versions file.
    • You may use asdf for the installation.
  3. Run: yarn
  4. Run the tests: yarn test
  5. Run the linting: yarn lint
  6. Write the tests, write the code, have fun!
  7. Lint the code (yarn lint), run the tests (yarn test), format the code (yarn format)
  8. Open a Pull Request, wait for all the checks to pass, and merge! 🎉