Skip to content

mshima/generator-jhipster-tenantview

Repository files navigation

generator-jhipster-tenantview

JHipster blueprint, tenantview blueprint for JHipster

NPM version Generator Integration Test

Introduction

This is a JHipster blueprint, that is meant to be used in a JHipster application.

Prerequisites

As this is a JHipster blueprint, we expect you have JHipster and its related tools already installed:

Installation

To install or update this blueprint:

npm install -g generator-jhipster-tenantview

Usage

To use this blueprint, run the below command

jhipster --blueprints tenantview

You can look for updated tenantview blueprint specific options by running

jhipster app --blueprints tenantview --help

And looking for (blueprint option: tenantview) like

Pre-release

To use an unreleased version, install it using git.

npm install -g jhipster/generator-jhipster-tenantview#main
jhipster --blueprints tenantview --skip-jhipster-dependencies