generator-jhipster-tenantview

JHipster blueprint with multi-tenancy and others tenancy customizations

Usage no npm install needed!

<script type="module">
  import generatorJhipsterTenantview from 'https://cdn.skypack.dev/generator-jhipster-tenantview';
</script>

README

generator-jhipster-tenantview

JHipster blueprint, Tenancy customizations

NPM version NPM Test Dependency Status

Introduction

This is a multitenancy/tenancy customization JHipster blueprint.

Installation

With NPM

To install this blueprint:

npm install -g generator-jhipster
npm install -g generator-jhipster-tenantview

To update this blueprint:

npm update -g generator-jhipster-tenantview

With Yarn

To install this blueprint:

yarn global add generator-jhipster
yarn global add generator-jhipster-tenantview

To update this blueprint:

yarn global upgrade generator-jhipster-tenantview

Usage

To use this blueprint, run the below command

jhipster --blueprints tenantview

For detailed use of this blueprint, take a look at the JHipster Documentation

License

Apache-2.0