Skip to content

uiyuvi/romanNumerals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kata-js-start

A repository to start from for javascript katas

Requirements:

  • npm
  • node

Clone and work on branch

One posibility is to clone the repo and work on a branch.

git clone <url>
git checkout -b <name of branch>

I would suggest to name the branch something like 2019_10_11_numberToWordKata

Download as zip

Another possibility is to download this project as a zipfile, extract it in a directory with the name of the kata.

Don't forget to init the git repository:

git init

Getting started

After you downloaded the project you should install the dependencies. This means at least do the following:

npm install

To run the tests, use the standard way of running tests in npm:

npm test

In case you took a copy of an existing project and it refuses to work, try this to reinstall all dependencies

npm clean-install

About

Developed in TDD (KATA) approach.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published