﻿## Generator jstack

jstack is a basic Yeoman generator that installs RequireJS, KnockoutJS, Sass, Jasmine, Sinon and Karma. Used as the example application in the Tuts+ course Creating a Yeoman Generator

## Usage

Requires Yo and Bower be installed.

Install globally with `npm install -g generator-jstack`

CD into a new directory and run the generator with `yo jstack`

Has `jshint`, `sass` and `test` grunt tasks configured

Ensure the contents of the file patterns.txt is copied into the files array in karma.conf.js

## License

MIT
