0.0.2 • Published 5 years ago

generator-agl v0.0.2

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

Node.js CI

Yo generator for AGL application structure.

This is a Yeoman generator that will help you getting started with writing apps for AGL platform.

Prerequisites

NodeJS

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.

License

MIT

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago