Skip to content

aarongilliland/jhipster-generator-orphanator

Repository files navigation

generator-jhipster-orphanator

NPM version Build Status Dependency Status

JHipster module, Kills Orphan Entities, Classes,...

Introduction

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

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

To update this module:

yarn global upgrade generator-jhipster-orphanator

With NPM

To install this module:

npm install -g generator-jhipster-orphanator

To update this module:

npm update -g generator-jhipster-orphanator

Usage

Sub Generator for Killing Orphans (Affectionately named Orphan Killer)

This is a project for the cleanup of orphaned content from previous runs of the jhipster jdl-import capability. This will not use version control but attempts to match the JDL against the content in the directory trees.
This is fun to be programming again. I'm really just here to ensure there are no JHipster Orphans and that we remove any generated content.
The Problem:

Delete from the JDL

...

Update Entity

License

MIT © Aaron Gilliland

Releases

No releases published

Packages

No packages published