Ionic generator with all the tools you need, beautifully structured with a folder-by-feature architecture and easy build management.
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 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 appName
MIT