0.1.6 • Published 4 years ago
mta-visual-dep v0.1.6
Description
This tool parses a SAP mta.yaml file and generates a mta.svg file representing the modules, resources, properties, destinations and relationships between them.
Examples of generated files
CAP Bookshop Demo
HANA Cloud 2020 openSAP example
Fiori App with approuter managed
CAP Multitenant
Developer Keynote Dashboard UI
CAP Service
CAP Service with Fiori Apps
Installation
Graphviz must be installed on your system, if not yet installed look at:
Install mta-visual-dep globally with:
npm install -g mta-visual-dep
Usage
Run the mta-visual-dep command in the folder containing the mta.yaml file:
> mta-visual-depThe tool creates the mta.svg file in the current folder
Notes
Internally use the mta-deps-parser package to parse and the mta-deps-graphviz package to generate the svg file.