0.0.3 • Published 10 years ago

generator-javascript-kata v0.0.3

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

generator-javascript-kata Build Status

A Yeoman generator for TDD javascript katas.

Usage

Install generator-javascript-kata:

npm install -g generator-javascript-kata

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Run yo angular

yo javascript-kata 

Run ./node_modules/.bin/karma start for start tests runner

You must put your code into ./app/src folder and your tests under ./test/spec folder

Libraries included by default

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.

If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago