generator-clintcross
v1.1.11
Published
Yeoman's generator for Backbone-Marionette-Framework7 crossplatfom app
Downloads
5
Maintainers
Readme
Generator : Backbone - Marionette - Framework7
A full documentation about how to use the generated app is available on my Github's repo here : https://github.com/Under-Warz/backbone-marionette-framework7
Installation
$ npm install -g generator-clintcross
$ npm install -g cordova
$ npm install -g bower
$ mkdir myapp
$ cd myapp
$ yo clintcross appname
Yeoman will ask you several options like the name of the app, the mobile platform to install via Cordova (iOS / Android for now) and the Bundle ID.
At the end, npm & bower are installed and Cordova is also setup with the choosen platforms.
$ cd src
$ grunt serve
Enjoy !