Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 910 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 910 Bytes

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