;

CLI Usage

The PragatiUI CLI is a powerful tool to streamline your development process. Here are the main commands:

Create a new project with tailwindcss

npx create-next-app@latest

Install PragatiUI

npx pragatiui-cli init

Add a component

npx pragatiui-cli add button

List available components

npx pragatiui-cli list

The CLI integrates seamlessly with your development workflow, allowing you to quickly scaffold projects, add components, and customize your PragatiUI setup.