ui-cli 0.1.1

A CLI to add components to your app.
1
2
3
4
5
6
7
// JSON URLS
pub const URL_CONFIG_SCHEMA_JSON: &str = "https://rust-ui.com/schema.json";
pub const URL_REGISTRY_STYLES_JSON: &str = "https://rust-ui.com/registry/styles/index.json";

//
pub const BASE_URL: &str = "https://rust-ui.com/registry/index.json";
pub const BASE_URL_STYLES_DEFAULT: &str = "https://rust-ui.com/registry/styles/default";