You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add complete scaffold with routes, controllers, and views
Generated apps now include:
- config/routes.cr with home route (GET /)
- src/controllers/home_controller.cr
- src/views/home/index.slang or index.ecr (based on template choice)
- src/views/layouts/application.slang or application.ecr
New apps now return 200 on homepage immediately after compile.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments