@catalix/cli
v1.2.1
Published
CLI for managing Catalix UI components
Readme
Catalix UI
CLI for managing Catalix UI components.
Usage
Use the init command to initialize dependencies for a new project.
The init command installs dependencies, adds the cn util.
npx @catalix/cli initadd
Use the add command to add components to your project.
The add command adds a component to your project and installs all required dependencies.
npx @catalix/cli add [component]Example
npx @catalix/cli add alert-dialogYou can also run the command without any arguments to view a list of all available components:
npx @catalix/cli addDocumentation
Visit https://catalix-ui.vercel.app/docs to view the documentation.
License
Licensed under the MIT license.
