CLI
Stable v1.4.8
Generate code
Generate domains, handlers, models, middleware, and integrations with the CLI.
Generate code
Generators create a consistent starting point. Generated code belongs to the application and should be reviewed and adapted rather than treated as a hidden runtime.
echonext generate domain user
echonext generate handler health
echonext generate middleware auth
echonext generate otelIntegration generators are also available:
echonext generate upload avatar
echonext generate websocket chat
echonext generate graphql
echonext generate openapi ./openapi.yamlRun the subcommand with --help before scripting it in CI. Commit generated files so changes remain reviewable and reproducible.