#tailwind #leptos #component #cli #ui-component

app ui-cli

A CLI to add components to your app

6 releases

Uses new Rust 2024

new 0.1.5 Apr 15, 2025
0.1.4 Apr 12, 2025
0.1.0 Mar 8, 2025

#346 in HTTP server

Download history 101/week @ 2025-03-04 19/week @ 2025-03-11 2/week @ 2025-03-18 393/week @ 2025-04-08

397 downloads per month

MIT license

57KB
1K SLoC

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

cargo install ui-cli
# └─> Don't forget to regularly run: `cargo install-update -a` (frequent updates)

Usage

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 file for details.

Dependencies

~10–22MB
~296K SLoC