https://github.com/windup/rhamt-vscode-extension
https://github.com/windup/rhamt-vscode-extension
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/windup/rhamt-vscode-extension
- Owner: windup
- License: epl-2.0
- Created: 2019-02-05T19:55:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T02:28:13.000Z (9 months ago)
- Last Synced: 2025-04-01T10:11:20.349Z (2 months ago)
- Language: TypeScript
- Size: 9.7 MB
- Stars: 2
- Watchers: 5
- Forks: 25
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)