code_uml

Creator: coderz1093

Last updated:

0 purchases

code_uml Image
code_uml Images

Languages

Categories

Add to Cart

Description:

code uml

CodeUML #
A command line tool to generate class uml diagram from dart code.
The tool supports PlantUml and mermaid.
Unrealized features #

Generics
Getters, Setters
Enum
Global functions, variables

How to use #
The first step is to perform the installation:
> dart pub global activate code_uml
copied to clipboard
Selecting a UML service #
PlantUML #
> code_uml --from=[<your_path_to_dir_input>] --to=[<your_path_to_dir_output>] --uml=plantuml
copied to clipboard
Mermaid #
> code_uml --from=[<your_path_to_dir_input>] --to=[<your_path_to_dir_output>] --uml=mermaid
copied to clipboard
Output #
File output #
Then you need to run the command to output the code to the console:
> code_uml --from=[<your_path_to_dir_input>] --to=[<your_path_to_dir_output>]
copied to clipboard
Console output #
Then you need to run the command to output the code to the console:
> code_uml --from=[<your_path_to_dir_input>] --to=console
copied to clipboard
Example #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.