Skip to content

yeoman-projects/generator-jhipster-kaas

 
 

Repository files navigation

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

About

JHipster generator for kaas apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 55.9%
  • JavaScript 41.8%
  • CSS 2.3%