quickly to build a project which uses gazira
$ npm install gazira-cli -g
# under your project directory, and type this command
$ gazira init static
# build cache only
$ gazira init -c
# initiliaze and install dependencives
$ gazira init -d
$ gazira update static
# update all template files: Gruntfile.js, package.json, js/src/app/common.js, js/config.js
$ gazira updateTemplate
# only update Gruntfile.js
$ gazira updateTemplate Gruntfile.js
$ gazira
# or
$ gazira -h