ui-cli 0.3.4

A CLI to add components to your app.
Documentation
1
2
3
4
5
6
7
8
9
pub mod _add;

pub mod component_type;
pub mod components;
pub mod dependencies;
pub mod installed;
pub mod ratatui;
pub mod registry;
pub mod tree_parser;