Skip to content

MikeBeloborodov/codewars_problems

Repository files navigation

codecov Codacy Badge Test workflow GitHub repo size


Codewars

About

Various problems by kyu from website https://www.codewars.com/

Clone and test

git clone https://github.com/MikeBeloborodov/codewars_problems
cd codewars_problems
npm i
npm run testall

Add new kata with ts file, tests, readme and description

You only need a unique ID in the url
For example, if url is https://www.codewars.com/kata/54a2e93b22d236498400134b/train/javascript
you only need the 54a2e93b22d236498400134b part.

npm run new --url=$kata_url

Refresh kata count

npm run count

Add, commit and checkout to main

npm run commit

Checkout to main and delete current branch

npm run chde

Push to github

npm run push "$description"

Katas solved

Total: 166
8_kyu: 52
7_kyu: 61
6_kyu: 39
5_kyu: 11
4_kyu: 3

Releases

No releases published

Packages

No packages published