🧰 Gameer CLI

Quickly scaffold projects, validate schemas, and generate game code with the Gameer CLI.

⚑ Get the CLI Tools

The Gameer CLI is currently in private beta. Join our exclusive waitlist to get early access to our command-line tools for rapid game development and schema management.

Exclusive Access

Be the first to create immersive games and worlds with Gameer

By joining, you agree to receive updates about Gameer. Unsubscribe anytime.

Already have access? Jump to docs

πŸ“š CLI Documentation

πŸ“¦ Install & Scaffold

npx create-gameer-app my-game
cd my-game

πŸ”Ž Validate Schema

gameer validate ./schema.json

βš™οΈ Generate Code

gameer generate --target phaser

πŸ’‘ Tips

  • Run gameer --help to see all available commands.
  • Use gameer validate before every codegen to avoid runtime issues.