CLI

The Praxys UI CLI lets you add components to your project with a single command. No need to manually copy files or install dependencies.

Initialize

Set up Praxys UI in your project:

npx @praxys/ui init

This creates a praxys.config.json and sets up the components directory and utilities.

Add Components

Add any component by name:

npx @praxys/ui add flip-text

Add multiple components at once:

npx @praxys/ui add flip-text aurora glow-border-card

Or add everything:

npx @praxys/ui add --all

List Components

See all available components:

npx @praxys/ui list

Doctor

Check your project health:

npx @praxys/ui doctor