generator-hilo
v1.1.10
Published
A Hilo game project template created by yeoman generator
Downloads
10
Readme
generator-hilo
A Hilo game project template created by yeoman generator
Installation
First, install Yeoman and generator-hilo using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-hilo
Then generate your new Hilo game project:
yo hilo
Run gulp for building your game
Features
- Automagically lint your codes
- Provide Hilo script for multi-type modules
- Optional - RequiresJS, SeaJS, KISSY, CommonJS support. Choice any module type of your favorite
Dev
init & update submodule
git submodule init git submodule update
test
npm run test
License
MIT © alibaba