rustkit-web 0.1.0

RustKit is a CLI to scaffold fullstack Rust web apps with Axum and file-based routing.
# RustKit

RustKit is a fullstack Rust web framework CLI inspired by SvelteKit, but powered by Axum.

## ✨ Features

- File-based routing with `src/routes/[name]/page.rs`
- Automatic route generation
- Templating with Askama
- Tailwind CSS integration
- CLI: `rustkit new myapp`

## 🛠 Usage

```bash
cargo install rustkit
rustkit new myapp
cd myapp
./dev.sh