By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
Problem/Feature
This introduces the --advanced flag discussed in #147.
Description of Changes:
This adds the advanced flag to the available options when initializing a new project. The presence of the flag pushes the user into the "advanced" prompts. Currently, the only advanced option is adding HTMX/Templ support.
As of right now when creating the draft PR, the HTMX/Templ support is incomplete. Below is a list of places it needs to be added. I wanted to get the draft PR open in case others wanted to start adding to it. I'll keep adding to it the rest of the week/weekend and hopefully we can get something ready to merge by next week.
routes
[x] http_router
[x] chi
[x] echo
[x] fiber
[x] gin
[x] gorilla
[x] standard_library
dbRoutes
[x] http_router
[x] chi
[x] echo
[x] fiber
[x] gin
[x] gorilla
[x] standard_library
Checklist
[x] I have self-reviewed the changes being requested
[x] I have updated the documentation (if applicable)
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
Problem/Feature
This introduces the
--advanced
flag discussed in #147.Description of Changes:
As of right now when creating the draft PR, the HTMX/Templ support is incomplete. Below is a list of places it needs to be added. I wanted to get the draft PR open in case others wanted to start adding to it. I'll keep adding to it the rest of the week/weekend and hopefully we can get something ready to merge by next week.
routes
dbRoutes
Checklist