Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 735 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 735 Bytes

AirConsole CLI

CLI tools for AirConsole game development using web technologies.

GitHub npm downloads

🚀 Getting started

npx airconsole-cli init my-airconsole-game
cd my-airconsole-game
npm install
npm start

🚧 Roadmap

  • CLI command for creating a project
  • CLI command for running the project
  • CLI command for building the project
  • CLI command for creating zip build
  • Phaser support
  • Pixi.js support