## ala.js build tool part of Gan GDK Ala framework

### Install

    $ npm install -g ala

### Usage

    $ ala <command> [options]

### Example to build video poker game/framework

    $ ala build -f vp

### Example to build slot game/framework

    $ ala build -f ss

### Notes

    * Any special framework build you may want to create need to specified.