Skip to content

Latest commit

 

History

History

backend-diagram-converter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Backend Diagram Converter

This project can be used to perform a diagram migration and give you advice on how you can transform your diagram.

Setup

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

Installation

Build

Build all modules by running on the root of this repo:

mvn clean package