Automatically generate PlantUML from Go Code.
Note that the interface of this library is still ALPHA level quality.
Breaking changes will be introduced frequently.
$ go get -u github.com/kazukousen/gouml/cmd/gouml
$ gouml --version
Run gouml init
(or gouml i
) . This will parse .go
files and generate the plantUML file.
$ gouml i -f /path/to/package/subpackage1/ -f /path/to/package/subpackage2/foo.go
Fire or Directory you want to parse, you can use -f
flag.
You can use --ignore
Flag.
$ gouml i -f /path/to/package/ --ignore /path/to/package/ignorepackage/
Copyright (c) 2019-present Kazuki Nitta
Licensed under MIT License