/generator-jhipster-mergeBP

Sample blueprint to merge my app with a jHipster one

Primary LanguageJavaScriptMIT LicenseMIT

generator-jhipster-mergeBP

NPM version Build Status Dependency Status

JHipster blueprint, Sample blueprint to merge my app with a jHipster one

Introduction

This is a JHipster blueprint. The goal is to have a plan that can create a new application by merging both our files and those of jHipster.

Don't be shy, follow me @avdev4j

Prerequisites

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

Installation

With Yarn

To install this blueprint:

yarn global add generator-jhipster-mergeBP

To update this blueprint:

yarn global upgrade generator-jhipster-mergeBP

With NPM

To install this blueprint:

npm install -g generator-jhipster-mergeBP

To update this blueprint:

npm update -g generator-jhipster-mergeBP

Usage

To use this blueprint, run the below command

jhipster --blueprint mergeBP

During development of this blueprint

  1. On blueprint folder yarn link
  2. On blueprint folder yarn link generator-jhipster
  3. On the project created yarn link generator-jhipster
  4. On the project created yarn link generator-jhipster-mergeBP

License

MIT © Anthony Viard