code_uml 0.1.3
code_uml: ^0.1.3 copied to clipboard
This package help you build UML diagram. You have to copy result from result file and paste in PlantUML
example/README.md
Example #
Imagine that your code is in the folder: /home/user/source/lib and you want to save the output files to /home/user/Desktop. To generate a diagram for it, you need to run the commands:
> code_uml /home/user/source/lib /home/user/Desktop
At the output you will receive files: /home/user/Desktop/output.txt, /home/user/Desktop/output.svg.
If you have several folders, then list them like this:
> code_uml /home/user/source/lib /home/user/source_1/lib /home/user/source_2/lib /home/user/Desktop