Skip to content

ScriptaGames/generator-webgame

Repository files navigation

generator-webgame NPM version

Generate a web game project.

This is the Yeoman generator used by create-webgame to scaffold out a new web game project. The easiest way to use it is with npm init, like so:

npm init webgame

Instead, if you wish to invoke it from yeoman directly, the following also works:

npm install -g generator-webgame
yo webgame