0.25.0 • Published 10 months ago

@openrewrite/rewrite-remote v0.25.0

Weekly downloads
-
License
Moderne, Inc. Com...
Repository
-
Last release
10 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

1 year ago

0.20.0

1 year ago

0.19.0

1 year ago

0.11.0

1 year ago

0.13.0

1 year ago

0.13.1

1 year ago

0.15.0

1 year ago

0.13.2

1 year ago

0.13.3

1 year ago

0.17.0

1 year ago

0.13.4

1 year ago

0.13.5

1 year ago

0.25.0

10 months ago

0.21.3

12 months ago

0.23.0

11 months ago

0.21.2

12 months ago

0.21.1

12 months ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.5

1 year ago

0.5.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.21.0

1 year ago

0.18.1

1 year ago

0.18.2

1 year ago

0.12.0

1 year ago

0.14.0

1 year ago

0.16.0

1 year ago

0.18.0

1 year ago

0.24.0

10 months ago

0.22.1

11 months ago

0.22.0

11 months ago

0.4.8

1 year ago

0.4.7

1 year 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