# General purpose
The goal of this project is to provide a **CLI tool** to add any number of components to your project.
It works for **Leptos** at the moment, but it will be extended to other frameworks in the future.
# Installation
```bash
cargo install ui-cli
# └─> Don't forget to regularly run: `cargo install-update -a` (frequent updates)
```
# Usage
```bash
ui add button
# ui add demo_card demo_button
# └──> Works with any number of components
```
# Contributions 💪
It works but it's very messy and there is a lot of room for improvements.
Any contribution is welcome!
# License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.