Skip to content

A simple script that generates a PlantUML class diagram from a C++ source file

License

Notifications You must be signed in to change notification settings

Makcal/CppToPlantUML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppToPlantUML

A simple script that generates a PlantUML class diagram from a C++ source file

Installation

  1. Install Python 3.11+
  2. Install Poetry
  3. Clone the repository and enter the directory.
git clone https://github.com/Makcal/CppToPlantUML.git
cd CppToPlantUML
  1. Install dependencies.
poetry install --no-root

Done!

Usage

Produces a PlantUML class diagram from a C++ source file to out.puml by default.

poetry run python -m cpp_to_plantuml <source.cpp>

You can enjoy and download your diagram for example with PlantText or compile into many formats using PlantUML.

Help

Read help for options and more information:

poetry run python -m cpp_to_plantuml --help

About

A simple script that generates a PlantUML class diagram from a C++ source file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages