is the official CLI for scaffolding a new PixiJS v8 project. Run it with any package manager ( , , , ) and pick a template from the interactive menu, or pass to skip prompts. It writes a self-contained project folder; you then in, install dependencies, and run the dev script. Quick Start Scaffold a new project with interactive prompts: Or skip prompts by passing a project name and template: Then: Requires Node.js 18+ or 20+. Some templates (notably and ) may require a newer Node version; the package manager will warn if so. Adding PixiJS to an existing project If you already have a bundler, f…