doido-generators 0.0.11

Doido code generators plus the unified CLI (server, console, db, worker, generate, new, credentials).
Documentation
1
2
3
4
5
6
#[tokio::main]
async fn main() {
    // The standalone generator binary carries no application routes, so the
    // `server` command will report that it has nothing to start.
    doido_generators::run(None).await;
}