meowlib/README.md
2023-11-06 22:44:21 +01:00

22 lines
333 B
Markdown

# MEOW lib
# Documentation generation
## required tools
* protoc
* protoc-gen-doc
* protoc-gen-uml
* go-plantuml
* plantuml (plantuml command is as shell script : `java -jar /<path-to-plantuml>/plantuml-mit-<version>.jar "$@"`)
## generation
run the shell scripts
cd pb
./protogen.sh
cd doc
./docgen.sh
# Tests