Skip to content

Getting Started with create-xtarter-app

create-xtarter-app scaffolds a new project from a curated template, installs its dependencies, and can initialize Git.

Terminal window
npm create xtarter-app@latest

The CLI prompts for a project name, template, package manager, Git init, and CI/CD cleanup. Use --yes / -y to accept the defaults (pnpm, next-chakra, Git init, no cleanup); the project name prompt still appears unless you pass a positional name. Explicit flags such as --pm bun or --clean take priority.

Scaffold with defaults
npm create xtarter-app@latest -- my-app --yes
Pick a template
npm create xtarter-app@latest -- my-app -t vite-tailwind
Browse all templates