generator-jhipster-lombok
v1.0.1
Published
A JHipster blueprint that uses lombok for selected classes.
Maintainers
Readme
generator-jhipster-lombok
JHipster blueprint, lombok blueprint for JHipster
Introduction
This is a JHipster blueprint, that is meant to be used in a JHipster application. This blueprint has been created as an experimental project to explore the process of developing a JHipster blueprint. It includes some basic integration of Project Lombok.
Prerequisites
As this is a JHipster blueprint, we expect you have JHipster basic knowledge:
Installation
To install or update this blueprint:
npm install -g generator-jhipster-lombokUsage
To use this blueprint, run the below command
jhipster-lombok
You can look for updated lombok blueprint specific options by running
```bash
jhipster-lombok app --helpAnd looking for (blueprint option: lombok) like
Pre-release
To use an unreleased version, install it using git.
npm install -g jhipster/generator-jhipster-lombok#main
jhipster --blueprints lombok --skip-jhipster-dependencies