0.0.2 • Published 5 years ago
generator-agl v0.0.2
Yo generator for AGL application structure.
This is a Yeoman generator that will help you getting started with writing apps for AGL platform.
Prerequisites
Installing Yo and AGL generator
For Yeoman:
npm install -g yo
and for agl generator:
npm install -g generator-agl
Generating initial structure for an AGL app
Run a new terminal from the folder where you want your app to be generated and issue the following command for AGL native app:
yo agl:native
or for AGL HTML5 app:
yo agl:web
then answers to the questions regarding your new app and at the end you will have a new directory with the required structure created.