Skip to content

marcobiedermann/codewars

Repository files navigation

Codewars Codewars Badge

codecov GitHub Workflow Status

My attempt of solving Codewars Katas in JavaScript.

Table of Contents

Setup

Install dependencies.

npm install

Usage

Format

Format code using Prettier.

npm run format

Linting

Lint code using ESLint.

npm run lint

Testing

Run tests using Vitest testing framework.

npm test

License

MIT © Marco Biedermann