1.0.2 • Published 9 years ago

generator-kos v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

generator-kos

Generates a starting point for a Knockout application with ES6 (ES2015) via Babel and Skeleton Sass.

This generator is based on Steve Sandersons generator.

Install

First, install Yeoman and generator-kos using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-kos

Usage

Initialy you nedd to generate the application:

$ mkdir myApp && cd $_
$ yo kos
$ gulp serve:src

... then you can generate pages and components

$ yo kos:page myPage
$ yo kos:staticpage myStaticPage
$ yo kos:component myComponent
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago