wphannida / lightning-katas

A collection of code katas to help JavaScript programmers hone their skills through practice and repetition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightning Katas

"I fear not the man who has practiced 10,000 kicks once, but I fear the man who has practiced one kick 10,000 times."

Bruce Lee

Build Status

Set up

Pretty much the same as Test-Driven Tuesday repository setup :-)

  • Fork: Fork this repository into https://github.com/< MyGitHubAccount >/lightning-katas
  • Clone: Clone original repo - git clone https://github.com/jan-molak/lightning-katas.git
  • Set up Upstream: Configure push to your fork - git remote set-url --push origin https://github.com/< MyGitHubAccount >/lightning-katas
  • Get dependencies: Run npm install (make sure you have node.js installed ;-) )
  • Validate: run npm test

Now you can git pull from origin and git push to your fork without verbose commands like git pull origin master

Feeling Lucky?

Run node pick_one and enjoy your random kata!

About

A collection of code katas to help JavaScript programmers hone their skills through practice and repetition


Languages

Language:JavaScript 86.3%Language:CoffeeScript 13.7%