CLI Reference

create-lyrix-app

Scaffold a new Lyrix project from scratch.


Usage

Run the following command to bootstrap a new project. You will be prompted for a project name and optional configuration.

bash
npx create-lyrix-app [project-name]

Flags

--typescript (default true), --tailwind (default true), --app-router (default true), --no-install (skip npm install).