https://github.com/borisskert/typescript-katas
This repo contains my solutions for some TypeScript katas submitted in Codewars.
https://github.com/borisskert/typescript-katas
codewars codewars-kata codewars-kata-solution codewars-kata-solutions codewars-katas codewars-typescript typescript
Last synced: 7 months ago
JSON representation
This repo contains my solutions for some TypeScript katas submitted in Codewars.
- Host: GitHub
- URL: https://github.com/borisskert/typescript-katas
- Owner: borisskert
- Created: 2022-05-15T07:03:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T19:43:13.000Z (over 1 year ago)
- Last Synced: 2024-07-07T20:03:41.723Z (over 1 year ago)
- Topics: codewars, codewars-kata, codewars-kata-solution, codewars-kata-solutions, codewars-katas, codewars-typescript, typescript
- Language: TypeScript
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript katas

This repo contains my solutions for some TypeScript katas submitted in [Codewars](https://www.codewars.com).
## Run tests
```shell
npm ci
npm test
```## Run [ESLint](https://eslint.org/) stylecheck/linting
```shell
npm ci
npm run lint
```## Fix style automatically
```shell
npm run stylefix
```### pre-commit hooks
Pro-tip: Use [pre-commit](https://pre-commit.com/) for this project.
```shell
$ pre-commit install
pre-commit installed at .git/hooks/pre-commit
```Please do not re-submit my solutions.