KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
generator-hilo
★ 12
Open GitHub ↗
generator-hilo
Download README (.md)
Explore Similar Repositories
webgl-surface-plot
:
Automatically exported from code.google.com/p/webgl-surface-plot
Alert-ActionSheet
:
自定义AlertView和ActionSheet
MEAN-Projects
:
Repo for new & interesting projects
restheart-notes-example
:
Example notes application built with RESTHeart, AngularJS and restangular
ofxMacMouse
:
control mouse with program
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
generator-hilo
?
Download (.md)
# generator-hilo [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url] > A Hilo game project template created by yeoman generator ## Installation First, install [Yeoman](http://yeoman.io) and [generator-hilo][npm-url] using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)). ```bash npm install -g yo npm install -g generator-hilo ``` Then generate your new Hilo game project: ```bash 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 ```bash git submodule init git submodule update ``` * test ``` npm run test ``` ## License MIT © [alibaba](www.alibaba.com) [npm-image]: https://badge.fury.io/js/generator-hilo.svg [npm-url]: https://npmjs.org/package/generator-hilo [travis-image]: https://travis-ci.org/hiloteam/generator-hilo.svg?branch=master [travis-url]: https://travis-ci.org/hiloteam/generator-hilo [daviddm-image]: https://david-dm.org/hiloteam/generator-hilo.svg?theme=shields.io [daviddm-url]: https://david-dm.org/hiloteam/generator-hilo [coveralls-image]: https://coveralls.io/repos/hiloteam/generator-hilo/badge.svg [coveralls-url]: https://coveralls.io/r/hiloteam/generator-hilo