This is a JHipster KaaS (KJar as a Service) generator module. It allows users to quickly generate Quarkus or SpringBoot based KaaS apps.
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
To install this module:
yarn global add generator-jhipster-kaas
To update this module:
yarn global upgrade generator-jhipster-kaas
To install this module:
npm install -g generator-jhipster-kaas
To update this module:
npm update -g generator-jhipster-kaas
After intsalling the module you can run it with
yo jhipster-kaas
and answer the set of configuration questions to generate your app.
You can also use the "quick" option to use all default values for your app. In this case you will not be presented with set of configuration questions. The default app type is Quarkus.
yo jhipster-kaas --quick
Apache-2.0 © Tihomir Surdilovic