generator-jhipster-kaas
v1.3.0
Published
JHipster KaaS App generator
Maintainers
Readme
generator-jhipster-kaas
This is a JHipster KaaS (KJar as a Service) generator module. It allows users to quickly generate Quarkus or SpringBoot based KaaS apps.
Prerequisites
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
Installation
With Yarn
To install this module:
yarn global add generator-jhipster-kaasTo update this module:
yarn global upgrade generator-jhipster-kaasWith NPM
To install this module:
npm install -g generator-jhipster-kaasTo update this module:
npm update -g generator-jhipster-kaasUsage
After intsalling the module you can run it with
yo jhipster-kaasand 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 --quickLicense
Apache-2.0 © Tihomir Surdilovic
