Closed bovine3dom closed 1 year ago
I think that'll be fine to add. Just add it as a utility and build it off the refactor branch, not master
Cool!
For my own reference, it looks like jonpas made something somewhat related for ACE - https://github.com/acemod/ACE3/blob/master/tools/extract_dependencies.py
I'd like something that gives me the dependency graph of addons within a project. I think this probably is within the remit of HEMTT as a general ArmA-addon multi-tool.
It should be pretty straight-forward:
dot
for now. I don't know how common my usage is so I'm not keen to build querying it into HEMTT.My use-case is that I want to use the DAG to chop off bits of the graph that depend on external addons that I haven't white-listed and, on release, move these trees to separate mod-folder(s), merging on prefix.
Am I OK to go off and build this?