generator-ionic-app

1.1.1 • Public • Published

A Yeoman generator for Ionic Projects

This is a yeoman generator for my Ionic app, an Ionic app ready to use. It sets up everything to get you started with Gulp and Ionic in no time. Currently using Ionic 1.3.2 and Angular 1.5.10.

Features

  • Gulp jobs for development, building, emulating and running your app
  • Compiles and concatenates your Sass
  • Local development server with live reload, even inside android and ios emulators
  • Auto min-safe all Angular DI through ng-annotate, no need to use weird bracket notation
  • Easily customize Ionic styles from within your Sass
  • Comes already with a set of cordova plugins that are very helpful to produce robust mobile apps:

Installation

NPM

You should have Yeoman installed globally

npm install -g yo

To install generator-ionic-app from npm, run:

npm install -g generator-ionic-app

Finally, initiate the generator:

yo ionic-app

after installation, just start developing cool ionic apps!

Changelog

1.1.1

  • Fix some errors on project description
  • Add an example of unit test for the generated project

1.0.1

  • more documentation for the generated project

1.0.0

  • initial commit
  • building app skeleton

License

MIT

Package Sidebar

Install

npm i generator-ionic-app

Weekly Downloads

0

Version

1.1.1

License

MIT

Last publish

Collaborators

  • anasbihi