UNPKG

saaj

Version:

Add Saaj UI components, hooks, types and utilities to your project

34 lines (20 loc) 649 B
# saaj A CLI for adding components, hooks, types, and utilities to your project. ## Usage Use the `init` command to install and configure dependencies. The `init` command installs dependencies, adds the required utilities, types and themes configuration for the project. ```bash npx saaj init ``` ## add Use the `add` command to add components to your project. The `add` command adds a component to your project and installs all required dependencies. ```bash npx saaj add [component] ``` ### Example ```bash npx saaj add Button ``` ## License Licensed under the [MIT License](https://github.com/sarabjit20s/saaj-ui/blob/main/LICENSE).