-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] --advanced flag for additional step options #147
Comments
@briancbarrow This is yours if you want it; you already worked on this in PR #139 |
@Ujstor sounds good! I am hoping to have this ready soon. If the flag is not provided do we want to prompt the user if they want to add advanced features? Or have it go through the options only if the provide the flag? |
Can you change the merging branch to stage-2? I'm not sure what is wrong with the stage. It won't add 5000 lines of code. I had the same problem with my PR. I think I will need to create a new staging from the current main. In stage-2, a PR with GitHub Action templates is implemented. |
GG |
Running 'go-blueprint create --advanced' would provide more options, but simply running 'go-blueprint create' would maintain the current steps: frameworks and database drivers. In this step, it would be nice if users had the option for multiple choices.
In the staging-2 branch, PR #108, which includes GitHub Action Templates for generated projects, has been merged. You can test this feature on this branch by implementing it with this PR.
There is also interest in HTMX/Templ support in issue #125, and for future-added features, multi-choice implementation is a great option to consider.
Disclaimer
The text was updated successfully, but these errors were encountered: