JHipster blueprint, lombok blueprint for JHipster
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.
As this is a JHipster blueprint, we expect you have JHipster basic knowledge:
To install or update this blueprint:
npm install -g generator-jhipster-lombok
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 --help
And looking for (blueprint option: lombok)
like
To use an unreleased version, install it using git.
npm install -g jhipster/generator-jhipster-lombok#main
jhipster --blueprints lombok --skip-jhipster-dependencies