ui-cli 0.1.2

A CLI to add components to your app.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub const SPINNER_UPDATE_DURATION: u64 = 100;

// pub const JSON: &str = "json";
// pub const FILES: &str = "files";
// pub const CONTENT: &str = "content";
// pub const TYPE_SHORT: &str = "type_short";
// pub const NAME: &str = "name";
// pub const HARDCODED_RS: &str = "rs";
// pub const REGISTRY_DEPENDENCIES: &str = "registry_dependencies";

pub const INIT_DEPENDENCIES: [&str; 2] = ["tailwindcss", "tailwindcss-animate"];

//
// PRPCESS INIT
pub const CARGO_TOML_FILE: &str = "Cargo.toml";
pub const WASM_BINDGEN_STRICT_0_2_93: &str = "=0.2.93";
pub const LEPTOS_0_6_13: &str = "0.6.13";