0.25.0 • Published 5 months ago

@openrewrite/rewrite-remote v0.25.0

Weekly downloads
-
License
Moderne, Inc. Com...
Repository
-
Last release
5 months ago

@openrewrite/rewrite-remote

Overview

@openrewrite/rewrite-remote is a package designed to provide remote services for working with OpenRewrite. This package serves as a server-side module that exposes the capabilities of OpenRewrite remotely. Example:

sequenceDiagram
    participant Client as Java client
    participant Server as Language Specific Remote Server

    Client->>Server: Connect to server
    Server-->>Client: Acknowledge connection

    Client->>Server: Send command (e.g., hello)
    Server->>Server: Process command
    Server-->>Client: Send response (e.g., OK)

    Client->>Server: Send command (e.g., load-recipe)
    Server->>Server: Process command
    Server-->>Client: Send response (e.g., recipe loaded)

    Client->>Server: Send command (e.g., run-recipe-visitor)
    Server->>Server: Process command
    Server-->>Client: Send response (e.g., visitor result)

    Client->>Server: Disconnect
    Server-->>Client: Acknowledge disconnection

Installation

To install the package, use npm:

npm install @openrewrite/rewrite-remote

Usage

Building the project

One time build:

npm run build

Build when files change:

npm run dev

Starting the server run:

npm run start-server

Running the tests

npm run test
0.20.1

8 months ago

0.20.0

8 months ago

0.19.0

9 months ago

0.11.0

11 months ago

0.13.0

10 months ago

0.13.1

10 months ago

0.15.0

9 months ago

0.13.2

10 months ago

0.13.3

10 months ago

0.17.0

9 months ago

0.13.4

10 months ago

0.13.5

10 months ago

0.25.0

5 months ago

0.21.3

7 months ago

0.23.0

6 months ago

0.21.2

7 months ago

0.21.1

7 months ago

0.5.4

11 months ago

0.5.3

11 months ago

0.5.5

11 months ago

0.5.0

12 months ago

0.5.2

11 months ago

0.5.1

11 months ago

0.21.0

7 months ago

0.18.1

9 months ago

0.18.2

9 months ago

0.12.0

10 months ago

0.14.0

10 months ago

0.16.0

9 months ago

0.18.0

9 months ago

0.24.0

6 months ago

0.22.1

6 months ago

0.22.0

6 months ago

0.4.8

12 months ago

0.4.7

12 months ago

0.4.4

1 year ago

0.4.6

1 year ago

0.4.1

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.0

1 year ago

0.3.10

1 year ago

0.3.9

1 year ago

0.3.8

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago