elifrs 0.12.1

elif.rs CLI - Convention over configuration web framework tooling with zero-boilerplate project generation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "routes": {
    "total_routes": 9,
    "optimized_routes": 4,
    "cached_routes": 0,
    "precompiled_routes": 4,
    "time_saved_ms": 60
  },
  "assets": null,
  "config": null,
  "recommendations": [
    "Consider adding route caching for static endpoints",
    "Run 'elifrs build --release --optimizations lto,strip' for production",
    "Use 'elifrs deploy prepare --target docker --env production' for deployment"
  ]
}