ui-cli 0.1.5

A CLI to add components to your app.
1
2
3
4
5
6
7
8
9
#[allow(non_camel_case_types)]
pub struct FILE_NAME;

impl FILE_NAME {
    pub const TAILWIND_CONFIG_JS: &str = "tailwind.config.js";
    pub const COMPONENTS_TOML: &str = "Components.toml";
    pub const STYLE_SLASH_TAILWIND_CSS: &str = "style/tailwind.css";
    pub const PACKAGE_JSON: &str = "package.json";
}