Velto CLI - CLI for Velto web apps
⚓ Rust 📅 2025-10-09 👤 surdeus 👁️ 6I’ve been working on Velto, a minimal async web framework for Rust. To make it easier to scaffold and run Velto apps, I've published velto-cli on crates.io.
Features
- App creation with
velto new <name> velto runfor launching apps with clean output- LiveReload support in development mode
- Run in release mode with
-ror--release - Specify port with
--port <PORT>
Installation
To install Velto CLI, run:
cargo install velto-cli
Usage
cargo install velto-cli
velto new my-app
cd my-app
velto run --port 3000
Links
I’d love feedback or suggestions — especially ideas for new commands or improvements to the DX.
1 post - 1 participant
🏷️ Rust_feed