create-exo-app
v0.1.0
Published
Official starter for ExoJS — scaffold a new app with npm create exo-app
Readme
create-exo-app
Official starter for ExoJS.
Usage
npm create exo-app@latest my-gameOr pick a template:
npm create exo-app@latest my-game -- --template minimal
npm create exo-app@latest my-game -- --template game-starter
npm create exo-app@latest my-game -- --template audio-reactiveThen:
cd my-game
npm install
npm run devTemplates
| Template | Description |
|---|---|
| minimal | Smallest TypeScript ExoJS app — one Scene, one rotating box |
| game-starter | Keyboard-controlled player, GameScene + GameOverScene, score HUD |
| audio-reactive | AudioAnalyser-driven frequency bar visualiser; click-to-start gesture |
CLI options
create-exo-app <project-name> [--template <name>] [--force]
--template minimal | game-starter | audio-reactive (default: minimal)
--force overwrite an existing non-empty directoryWhen run interactively (TTY) without --template, the CLI prompts for a template choice.
In non-TTY / CI environments it defaults to minimal automatically.
License
MIT
