A command-line tool for generating stylus project scaffolding.
cargo install --git https://github.com/AthenaFoss/Bruno --force
cargo build --release
cargo install --path .
bruno init my-project
And it will create a new Rust project with:
A basic project structure (models, controllers, views, utils) Pre-configured Cargo.toml with common dependencies Sample module files and a main.rs file Basic configuration files (README.md, .gitignore, bruno.json)