Skip to content

Latest commit

Β 

History

History
22 lines (18 loc) Β· 735 Bytes

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