0.0.2 • Published 7 years ago

generator-sgi v0.0.2

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 years ago

generator-sgi NPM version Build Status Dependency Status Coverage percentage

A ionic 2 components generator

Installation

First, install Yeoman and generator-sgi using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-sgi

Then generate your new project:

yo sgi

After providing the name of the components, the cmd will generate 1 diretory with the name of the component, and the three files named as below:

<componentname>.component.ts : Filled with a snippet of an angular component.
<componentname>.component.scss
<componentname>.component.html : Filled with a basic ionic 2 html page.

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

Apache-2.0 © Ahadri Hatim

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago