Skip to content

This is a starter project that you can use while solving katas. It includes an example solution and tests

License

Notifications You must be signed in to change notification settings

Berlin-JS-Tech-Group/kata-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🥋 Kata Starter

Kata Starter is the easiest and fastest way to start solving any kata. It includes solution.js file and structured tests in solution.test.js.

Quickstart

If you are planning to start solving a new kata, follow the steps below:

  1. Clone this repo
> npx degit berlin-js-tech-group/kata-starter kata-name
  1. Install dependencies
> npm i
  1. Run tests
> npm test

# or test a specific file
> npm test -- file.js

If you are planning to share your solution with already existing kata repo, follow the steps below:

  1. Fork this repo

  2. Add your solution and test files to /src folder with the following name format: "solution.username.js" and "solution.username.test.js".

  3. Create a pull request with short explanation and results of tests run.

Resources with katas

  1. CodeWars - https://www.codewars.com.

Why

We, @Berlin-JS-Tech-Group, solve katas every meetup and members have been spending extra time on configuring and setting up the project to work on a kata. That was "why" we created this simple starter. Also it helps us to keep the same structure among already solved katas and helps members to easily contribute their solutions.

License

This starter is MIT licensed

About

This is a starter project that you can use while solving katas. It includes an example solution and tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published