PZEventDoc is a tool for generating documentation for Project Zomboid events and hooks from JSON data to allow for type checking and written documentation with unified information. It is primarily used to generate Umbrella, but can be used to document custom events too.
python main.py "data.json" "events.lua"
Launch with -h for details on command line arguments.