Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
/ uml.cs Public archive

UML generator for C# code

License

Notifications You must be signed in to change notification settings

kthy/uml.cs

Repository files navigation

Uml.C#

Uml.cs

UML class diagram generator for C# code.

⚠️ WIP

This is a work in progress. By one person. In his spare time. Caveat emptor!

Code

Updates Conventional commits Code style: black

CI

Build status Codecov Status

Usage

$ python3 -m umldotcs --help
Usage: umldotcs [OPTIONS] DIRECTORY

  Process all .cs files in directory and its sub-directories.

Options:
  -f, --font TEXT
  -l, --label TEXT
  -o, --output-gv TEXT   [required]
  -s, --output-svg TEXT
  -u, --repo-url TEXT
  --help                 Show this message and exit.

Development environment setup

Ubuntu on WSL:

$ sudo apt install graphviz
$ sudo apt install python3-pip
$ pip3 install --user pipenv
$ . .profile
$ pipenv --version
pipenv, version 2018.11.26