hq-kit
Version:
The command line interface for HQ UI.
34 lines (20 loc) • 753 B
Markdown
# CLI for HQ-KIT
This is a command line tool for add HQ-Kit UI Component Library to your React Project, You can see the documentation at [here](https://hq-kit.vercel.app/docs/getting-started/installation).
## Usage
You need to do this in your new project directory. And make sure you have installed Tailwind CSS and React.
### Install
```bash
npx hq-kit@latest init
```
### Add
After that, you can run the following command to start adding new components.
```bash
npx hq-kit@latest add <component-name>
```
### Diff
```bash
npx hq-kit@latest diff
```
It will show you the difference between the current and the new component. And it will also ask you to confirm the changes.
## License
[MIT](https://github.com/hq-kit/ui/blob/main/LICENSE)