1.0.1 • Published 10 years ago

generator-kiwijs v1.0.1

Weekly downloads
5
License
MIT
Repository
-
Last release
10 years ago

Kiwi.js Yeoman Generator (generator-kiwijs) V1.0.1

To learn what yeoman is go here: Yeoman generator

What does it do?

The Kiwi.js Yeoman Generator lets you easily create a blank game from a template. It sets up the folder structure and all the files you need to get going.

What you need

You'll need to install node.js. Make sure you have git installed and referenced in your path.

How to install

To install the kiwi.js generator

$ npm install -g generator-kiwijs

Using the generator

You're now ready to start generating game templates.

1 Create a folder for your game and navigate into that folder

2 Initiate the generator

$ yo kiwijs

3 Answer the questions that Yeoman asks you.

4 Wait for Yeoman to install your game.

5 Run grunt to build your game

$ grunt

6 Optionally you can the following to start a server on localhost:9000 which serves your game

$ grunt serve
1.0.1

10 years ago

1.0.0

10 years ago

0.9.0

10 years ago