ui-cli 0.1.12

A CLI to add components to your app.
1
2
3
4
5
6
7
8
// pub struct ENV;

// impl ENV {
//     pub const BASE_URL: &'static str = "BASE_URL";
//     pub const BASE_URL_STYLES_DEFAULT: &'static str = "BASE_URL_STYLES_DEFAULT";
//     pub const URL_CONFIG_SCHEMA_JSON: &'static str = "URL_CONFIG_SCHEMA_JSON";
//     pub const URL_REGISTRY_STYLES_JSON: &'static str = "URL_REGISTRY_STYLES_JSON";
// }