An open API service indexing awesome lists of open source software.

https://github.com/windup/rhamt-vscode-extension


https://github.com/windup/rhamt-vscode-extension

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Migration Toolkit for Applications (MTA) - VSCode Extension

## Description

VSCode extension for application migration and modernization using [MTA](https://developers.redhat.com/products/mta/download).

## VSCode

This extension is published [here](https://marketplace.visualstudio.com/items?itemName=redhat.mta-vscode-extension) in the Microsoft Visual Studio Marketplace.

## Features

This extension provides the ability to analyze, assess, and migrate source code from within VSCode and Eclipse Che.

The look and feel of both VSCode and Eclipse Che are very similar; therefore, the functionality demonstrated below should be consistent between the two environments.

#### Configuration Editor
Use the configuration editor to setup the analysis.

#### Jump to Code
Jump to code containing identified migration issues.

#### Issue Details
View details about the migration issue.


#### Report
Use the generated reports to better understand and assess the migration efforts.

## Eclipse Che

This extension is supported in [Eclipse Che](https://www.eclipse.org/che/).

To add this plugin to a Che workspace, open Che, navigate to the plugins tab, and search using the keyword `migration`.

## Requirements

* Java Platform, `JRE version 11` with `JAVA_HOME` environment variable
* A minimum of `4 GB RAM`; 8 GB recommended

> Tip: The cli can be installed from within VSCode once the extension has been installed.

## Extension Settings

This extension contributes the following settings:

* `cli.executable.path`: The location of the cli.

## Build

```bash
$ npm run compile
```
=======

## License
[MIT](LICENSE)