create-rust-app
create-rust-app copied to clipboard
Blank starter via `--blank`
Some users prefer not to have the initial template which showcases functionality and plugins. We should add a --blank option to the CLI which generates a project that doesn't have the example "TODO" service, modal, migration, and front-end view.
Related #12
so like, just the file structure, main.rs, index.html, cargo.toml/.lock, and other basic files?
after #109 this should be easier to implement
I think the idea is to create a project without the todo example (or any other examples for the rest of the plugins)
Hi, is there updates on this issue?