Home / 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