0.0.2 • Published 6 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 yoand for agl generator:
npm install -g generator-aglGenerating 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:nativeor for AGL HTML5 app:
yo agl:webthen answers to the questions regarding your new app and at the end you will have a new directory with the required structure created.