generator-kover
v0.0.3
Published
Yeoman generator
Downloads
3
Readme
generator-kover
Yeoman generator for developing mobile apps
Getting Started
What inside?
Kover is not an individual, standalone framework! Kover is just the our approach to build modern mobile web Apps. First of all we use Knockout.js library. KO is a heart of Kover. Different and decoupled part of knockout logic connected by the Require.js And finaly to give our Apps native look and feel we use the Ratchet css framework This is a lot of staf but thanks to them the development process becomes much easier!
Install!
For running Kover to you Linux mashine you must have installed NodeJS and NPM Then install Yeoman:
npm install -g yo
To install generator-kover from npm, run:
npm install -g generator-kover
Finally, initiate the generator:
yo kover
This command will create the template of a Kover application in current folder
What next?
Kover generator have two usefull commands:
- page
- component
yo kover:page "your-page-name"
Will create and add to router new page with selected name
yo kover:component "your-component-name"
Create the component witch you can use on your pages
License
MIT