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 initThis 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-textAdd multiple components at once:
npx @praxys/ui add flip-text aurora glow-border-cardOr add everything:
npx @praxys/ui add --allList Components
See all available components:
npx @praxys/ui listDoctor
Check your project health:
npx @praxys/ui doctor