khadem 2.0.0
khadem: ^2.0.0 copied to clipboard
A modern Dart backend framework with CLI tools, ORM, authentication, and caching for scalable web applications.
import 'bootstrap/server.dart' as app;
/// Entrypoint used by the Khadem CLI (`khadem serve`, `khadem build`).
Future<void> main(List<String> args) => app.run(args);