Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ma91n/pkgdgm

pkgdgm is a tool to analyze Go package dependencies and generate UML of package diagrams.
https://github.com/ma91n/pkgdgm

go golang uml uml-diagram

Last synced: 6 days ago
JSON representation

pkgdgm is a tool to analyze Go package dependencies and generate UML of package diagrams.

Awesome Lists containing this project

README

        

# pkgdiagram
pkgdiagram is a tool to analyze package dependencies of Go and generate UML of package diagrams.

## 🚧 Work in Progress! 🚧

Please note that this plugin is currently in alpha stage and still under active development.
We encourage everyone to try it and give feedback, but we don't recommend it for production use yet.

## Example output

![package-diagram-uml](docs/example-package-diagram.svg)

## Getting Started

TODO