airconsole-cli
v0.3.5
Published
CLI tools for AirConsole game development
Downloads
1
Readme
AirConsole CLI
CLI tools for AirConsole game development using web technologies.
🚀 Getting started
npx airconsole-cli init my-airconsole-game
cd my-airconsole-game
npm install
npm start
🚧 Roadmap
- [x] CLI command for creating a project
- [x] CLI command for running the project
- [x] CLI command for building the project
- [ ] CLI command for creating zip build
- [x] Phaser support
- [ ] Pixi.js support