generator-kos

Yeoman generator for Knockout with Babel and Skeleton-scss

Usage no npm install needed!

<script type="module">
  import generatorKos from 'https://cdn.skypack.dev/generator-kos';
</script>

README

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