gnrlbzik / generator-kraken

Yeoman generator for kraken.js apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-kraken

Yeoman generator for Kraken applications.

Build Status NPM version

Getting Started

Installation

$ npm install -g yo generator-kraken

API

yo kraken
Creates a new kraken application.

yo kraken:page myPage
Generates a new controller, model, content bundle, and template named myPage.

yo kraken:controller myController
Generates a new controller named myController.

yo kraken:model myModel
Generates a new model named myModel.

yo kraken:template myTemplate
Generates a new template named myTemplate.

yo kraken:locale myFile myCountry myLang
Generates a new content bundle named myFile. Both myCountry and myLang are optional.

License

Apache 2.0

About

Yeoman generator for kraken.js apps

License:Other


Languages

Language:JavaScript 100.0%Language:CSS 0.0%