Introducing Frameworks
Thanks to @drujensen we can now start adding more to fez to make it more powerful. By default, and at the heart, Fez will remain a kemal application generator. However, if you're looking to generate a "rails-like" MVC app, you can do that with fez now!
Fez now supports Kemalyst with the --framework
option.
Use fez to generate the following types of apps:
- Kemal with slang views (default)
- Kemal with ECR views
- Kemal as a JSON API (no views)
- Kemalyst with ECR (full MVC framework)
If you run in to any issues, be sure to submit an issue!