generator-openrewrite
v0.0.9
Published
A Yeoman generator to help with OpenRewrite development
Downloads
1
Maintainers
Readme
Greetings!
The OpenRewrite project is a mass refactoring ecosystem designed to eliminate technical debt across an engineering organization. Full documentation and information is available at OpenRewrite.
This generator for Yeoman is intended to aid in development of OpenRewrite refactoring recipes.
Quick Start:
- Install Git, Java, and Node.js.
- Install the scaffold generator Yeoman:
npm i -g yo
- Install the OpenRewrite generator:
npm i -g generator-openrewrite
How to use
Create a new directory to generate a project in:
mkdir rewriteKitchen
cd rewriteKitchen
Run the generator:
yo openrewrite
Follow the on screen instructions to generate a project.