0.0.1 • Published 8 years ago

generator-ionic2-pro v0.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

Ionic Logo

generator-ionic2-pro

Quick Start

Install generator-ionic2-pro

Installation

$ npm install -g generator-ionic2-pro --save

Example Usage

$ yo ionic-2-pro          	//Displays Welcom Message
$ yo ionic-2-pro:page     	//Generates new page. Creates dire /app/pages/ with .html, .js, .ts and .scss. Adds the scss @import statement to /app/theme/app.core.scss
$ yo ionic-2-pro:component	//***Alpha*** Generates new component.
$ yo ionic-2-pro:controller	//***Alpha*** Generates new controller.
$ yo ionic-2-pro:service	//***Alpha*** Generates new service.

Features

  • Fast, easy configuration

Docs & Community

Goals

  • 100% Ionic / Angular 2 TS Coverage
  • Allow Template Generation of Ionic Components

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

People

The original author of generator-ionic2-pro is @Jspenc72

License

MIT

0.0.1

8 years ago