Index of /site/docs/.claude/worktrees/epic-ride/cli

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]PUBLISHING.html2026-03-27 10:47 6.4K 
[TXT]README.html2026-03-27 10:47 8.9K 

create-larc-app ยท PAN Documentation
Home / .claude / worktrees / epic-ride / cli / README

create-larc-app

Official CLI tool for creating and managing LARC applications.

Quick Start

# Create a new LARC app
npx create-larc-app my-app

# Or with options
npx create-larc-app my-app --template=dashboard --yes

Features

  • ๐Ÿš€ Zero Config - No build step required
  • ๐Ÿ“ฆ Template System - Start with pre-built templates
  • ๐Ÿ”ฅ Hot Reload - Development server with live updates
  • ๐ŸŽจ Component Generator - Scaffold new components quickly
  • ๐Ÿ“š Registry Integration - Add components from the LARC registry

Commands

create-larc-app

Create a new LARC application:

npx create-larc-app <project-directory> [options]
Options:
  • -t, --template