This project can be used to perform a diagram migration and give you advice on how you can transform your diagram.
This project contains some modules:
- Core: The core component of diagram migration. Here, all migration logic is implemented
- Webapp: The webapp that can be run to have an interactive migration.
- CLI: The CLI implementation of the migration tool. Can be used to perform migration on the local machine
- WebApp: access the Installation guide. A Docker image is available.
- CLI: access the README. A library is available.
Build all modules by running on the root of this repo:
mvn clean package