Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 925 Bytes

README.md

File metadata and controls

50 lines (31 loc) · 925 Bytes

Codewars Codewars Badge

Codecov GitHub Actions 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