-
Notifications
You must be signed in to change notification settings - Fork 0
Archive Trac genappoptions
madscatt edited this page Jun 20, 2026
·
1 revision
Legacy Trac archive page imported from
genappoptions. Source: https://genapp.rocks/wiki/wiki/genappoptions. Review age, links, and examples before treating as current.
- normally, simply run without any arguments
- -h gives some notes for debugging options for the tool itself, only useful for tool developers (i.e. modifying the genapp.pl code itself)
- possible application developer interest
- also useful for analyzing usage patterns
- create graphviz .dot files for the module organization and separately for each repeater structure:
$ genapp.pl -gd
- they will be created in output/graphviz
- you can use dot to make .png's or other
- to make .png out of all of them (assuming you have graphviz installed)
$ cd output/graphviz
$ dot -y -O -Tpng *.dot
- very basic graphs, could be enhanced if someone is interested