Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ma91n/pkgdgm
- Owner: ma91n
- License: mit
- Created: 2019-05-14T04:53:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T02:00:50.000Z (over 1 year ago)
- Last Synced: 2023-07-12T06:15:46.768Z (over 1 year ago)
- Topics: go, golang, uml, uml-diagram
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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