generator-luxe

1.0.5 • Public • Published

generator-luxe

Yeoman generator for snõwkit luxe game engine.

Installation

$ npm install -g yo
$ npm install -g generator-luxe

Usage

$ mkdir mygame && cd $_
$ yo luxe 

This will generate a new project

Project structure

assets/
|  luxe_logo.png
src/
|  Main.hx
project.flow

Generate a new component

$ yo luxe:component <name>

This will generate a new component in src/components

Generate a new entity

$ yo luxe:entity <name>

This will generate a new entity in src/entities

Generate a new state

$ yo luxe:state <name>

This will generate a new state in src/states

Credit

Thanks to Juno Nguyen for the state based luxe template

License

MIT

Package Sidebar

Install

npm i generator-luxe

Weekly Downloads

1

Version

1.0.5

License

MIT

Last publish

Collaborators

  • artbit