image

A simple CLI for scaffolding Phaser projects.

You can use one of the recommended CLI Templates, to provide a quick way to get started on a Phaser project. The included templates are:

  • webpack - A full-featured Webpack setup with linting
  • webpack-simple - A basic Webpack setup
  • simple - The simplest possible Phaser setup in a single HTML file

Or you can create your own custom templates.

Read More