๐Ÿงฐ 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.