0.1.8 • Published 1 year ago

@phaser-plus/cli v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@phaser-plus/cli

GitHub npm version npm downloads Read docs

🚀 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
  • phaser project build -d [dist-dir] [path] - Build your phaser project for production

License

The project is licensed under MIT License