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-only
  • side-bar-only
  • top-nav-side-bar
  • top-nav-side-bar-alt
  • top-nav-side-bar-alt-2

CLI Options

Reference

OptionsDescription
--template or -tSpecify a template to skip the interactive selection
--overwriteAutomatically overwrite existing files in the target directory
--help or -hDisplay help information

On this page