LibyUI Logo

Tooling

CLI, TypeScript configuration, linting (Biome), and the developer toolchain around LibyUI.

Edit on GitHub1

Tooling

LibyUI comes with an opinionated but configurable developer toolchain. This section covers the CLI for scaffolding components, TypeScript setup, and the Biome linter/formatter configuration used in the project.

Setup overview

Install LibyUI and its peer dependencies via your package manager

Run pnpm shadcn to initialize the component registry and generate your components.json

Configure TypeScript path aliases (@/) in tsconfig.json

Add Biome (or your preferred linter) for consistent formatting across the project

Toolchain

Common questions

Is there a tooling topic you'd like covered in more detail? Open an issue or leave feedback here.

How is this guide?

Last updated on 2/26/2026