0.1.0 • Published 9 years ago

generator-ionizer v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

generator-ionizer Build Status

Ionic generator with all the tools you need, beautifully structured with a folder-by-feature architecture and easy build management.

Getting Started

What is Yeoman?

Yeoman is a miraculous node module that can find an automation for almost every type of project you can think of. First let's install Yeoman.

npm install -g yo

Yeoman Generators

Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.

To install generator-ionizer from npm, run:

npm install -g generator-ionizer

Finally, initiate the generator:

yo ionizer [app-name]

License

MIT