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