Scaffolding
The @pmi/create-catalyst CLI is an interactive scaffolding tool that generates production-ready Catalyst projects with TypeScript, React, and Vite. Choose from multiple layout templates to match your application's navigation pattern.
Quick Start
The fastest way to create a new Catalyst project:
Available Templates
Choose from five pre-built layout templates, each optimized for different navigation patterns:
top-nav-onlyside-bar-onlytop-nav-side-bartop-nav-side-bar-alttop-nav-side-bar-alt-2
CLI Options
Reference
| Options | Description |
|---|---|
--template or -t | Specify a template to skip the interactive selection |
--overwrite | Automatically overwrite existing files in the target directory |
--help or -h | Display help information |