Description
It helps the developers to bootstrap an empty project with some base classes in it, thus a working skeleton of an operator. This is almost trivial to do for Quarkus and Spring boot, since both project has generators out of the box. In addition to that Quarkus bootstrapping is supported by go Operator SDK, (cli for quarkus-cli is also under development atm). For pure java we could nicely support this by a maven plugin, think
mvn io.javaoperatorsdk:bootstrapper:4.4.4:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=getting-started \