@phaser-plus/cli
v0.1.8
Published
CLI tools for developing Phaser game
Downloads
3
Maintainers
Readme
@phaser-plus/cli
🚀 Getting started
NodeJS v16.+ required
npm install -g @phaser-plus/cli
🔰 Commands
phaserplus init -t [template] [path]
- Can be used for creating a new project- templates: browser (default)
- example:
phaser init ./my-awesome-game
phaser project start -d [dist-dir] -p [port] [path]
- Starts development server for your phaser project- example:
phaser project start
- example:
phaser project build -d [dist-dir] [path]
- Build your phaser project for production
License
The project is licensed under MIT License