michalmikolajczyk / generator-ionic

Yeoman http://yeoman.io/ generator for Ionic http://ionicframework.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic Framework generator

Yeoman generator for Ionic - lets you quickly set up a hybrid mobile app project

This is currently under active development.

Usage

Install Cordova CLI

npm install -g cordova

Install generator-ionicjs

npm install -g generator-ionicjs

Make a new directory, and cd into it

mkdir my-ionic-project && cd $_

Run yo ionicjs

yo ionicjs

Spin up a connect server with watch and livereload for developing in your browser

grunt serve

TODO

  1. Building / Emulating doc section
  2. Better starting app using SideBar and a few other components
  3. Workflow doc section
  4. SCSS / LESS support prompt options
  5. Decide if we should use imagemin + svgmin
  6. Add testing support using Karma and integrate with Grunt
  7. Consider pulling in generator-angular as a subgenerator
  8. Add Mocha generator unit tests
  9. Contributing doc section

Thanks

Special thanks to the AngularJS Generator and Ionic Seed Project projects for inspiration.

License

MIT License

About

Yeoman http://yeoman.io/ generator for Ionic http://ionicframework.com/

License:MIT License


Languages

Language:JavaScript 99.2%Language:CSS 0.8%