π§° 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.