Hacker News new | ask | show | jobs
by AdieuToLogic 2847 days ago
A few people have mentioned alternative diagramming software projects as well as a desire for ASCII output. To this end, I'll throw in a mention of Graphviz[0] and Graph::Easy[1]. While I have not used the latter, I have used Graphviz/DOT and can recommend giving it consideration.

0 - http://graphviz.org/

1 - https://codeyarns.com/2017/10/21/how-to-convert-dot-graph-to...