image

generator-phaser-plus is a Yeoman generator that makes starting up Phaser 3 game projects dead simple.

Features

Projects created with generator-phaser-plus have the following features out-of-the-box:

  • Gulp, a lean and simple task manager.
  • Webpack for better integration of components and dependencies.
  • Browsersync for cross-device testing.
  • Babel, with babel-preset-env, for authoring scripts using the most recent ECMAScript specification features and syntax additions ensuring compatibility with current browsers and devices.

There are also development tasks, a standard assets folder structure, gulp configs and more.

Read More