quarkusio / code.quarkus.io

Code Quarkus - Start coding with Quarkus
https://code.quarkus.io
Apache License 2.0
117 stars 65 forks source link

Allow generated project in-browser preview #1099

Open grossws opened 1 year ago

grossws commented 1 year ago

Something like Spring Initializr Explore feature that allows to navigate generated project in browser instead of downloading zip archive.

Basic requirements:

maxandersen commented 1 year ago

I know the feature but I never figured out the usecase for it.

What usecase do you see for it ?

grossws commented 1 year ago

@maxandersen, in my personal experience I used it to update/migrate from older to newer features/modules/extensions when examples/codegen is available.

Though I don't use generated projects for Spring Boot/Quarkus as is, I rework their use to the org-wide templates (on-prem buildscripts, repos, plugins etc). In simple cases like new dependency/extension migration could just entail looking through the docs. And Quarkus has great docs as it is.

I guess for many Quarkus users it would be covered by quarkus ext add .. but it's sometimes great to look at what would be generated when different dependencies/extension are choosen.

It certainly shouldn't be a priority feature since its use is quite niche.