1.3.0 • Published 5 years ago

generator-jhipster-kaas v1.3.0

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
5 years ago

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-kaas

To update this module:

yarn global upgrade generator-jhipster-kaas

With NPM

To install this module:

npm install -g generator-jhipster-kaas

To update this module:

npm update -g generator-jhipster-kaas

Usage

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

License

Apache-2.0 © Tihomir Surdilovic