README
Slush generator for creating a starting point for a Knockout application. Ported from Steve Sanderson's Yeoman generator.
Getting Started
Install slush-ko
globally:
$ npm install -g slush-ko
Usage
Create a new folder for your project:
$ mkdir my-app
Run the generator from within the new folder:
$ cd my-app && slush ko
Contributing
See the CONTRIBUTING Guidelines
Support
If you have any problem or suggestion please open an issue here.