ui-cli 0.1.2

A CLI to add components to your app.
1
2
3
4
5
6
7
pub mod handle_cargo_toml;
pub mod handle_config_schema;
pub mod handle_index_styles;
pub mod init_fetch_functions;
pub mod init_install_dependencies;
pub mod init_main;
pub mod process_init;