Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.5 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.5 KB

generator-hilo

NPM version Build Status Dependency Status Coverage percentage

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