blixt-cli 0.2.0

Blixt CLI — project scaffolding, code generation, dev server, and build tools
blixt-cli-0.2.0 is not a library.

Stack

Axum HTTP server (~700k req/s)
Askama Compile-time HTML templates
SQLx Compile-time checked SQL queries
Datastar SSE-based client interactivity (no JS framework)
Tailwind v4 Auto-downloaded, zero Node.js

Quick start

cargo install blixt-cli
blixt new my_app
cd my_app
blixt dev

CLI

blixt new <name>              Create a new project
blixt dev                     Dev server with file watching + Tailwind HMR
blixt build                   Production build (single binary)
blixt generate controller     Generate controller + templates
blixt generate model          Generate model + migration
blixt generate scaffold       Generate full CRUD
blixt db migrate              Run migrations
blixt db rollback             Rollback last migration

License

MIT