0.0.3 • Published 8 months ago

create-phaser v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

create-phaser

Scaffolding Your First Vite Phaser Project

Compatibility Note : Vite Phaser requires Node.js version lts or latest. Please upgrade if your package manager warns about it.

With NPM:

$ npm create phaser

With Yarn:

$ yarn create phaser

With PNPM:

$ pnpm create phaser

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Phaser demo project, run:

# npm 7+, extra double-dash is needed:
$ npm create phaser my-phaser-game -- --template demo

# yarn
$ yarn create phaser my-phaser-game --template demo

# pnpm
$ yarn create phaser my-phaser-game --template demo

Currently supported template presets include:

  • default
  • demo
  • extension
  • electron
  • tauri
0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago

1.0.0

5 years ago