I’m working on a cli for a service I’ve made that maintains a node edge graph (think neo4j type thing). I want to be able to display a graph in the terminal in a sort of ascii art text form kinda like git log -graph. I haven’t found any third part libraries that can do that and am looking for help.

  • Chais@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Currently playing around with graph-builder. Seems to be developed by some neo4j devs but not associated with it. Seems to be a very minimal API.