0.0.9 • Published 3 years ago

generator-openrewrite v0.0.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

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:

  1. Install Git, Java, and Node.js.
  2. Install the scaffold generator Yeoman: npm i -g yo
  3. 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.

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago