Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-hilo

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-hilo

A Hilo game project template created by yeoman generator

  • 1.1.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

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

Keywords

FAQs

Package last updated on 25 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc