DEV Community

Milorad Filipović
Milorad Filipović

Posted on

I've built a collapsible ASCII tree generator

I use ASCII trees a lot in my documentation and recently was tinkering about interactive (collapsible) tree ideas.
This started as a Vue component project but ended up as pure HTML (but also a plain-text version if you need it) tree generator.
Check it out here.

Collapsible ASCII tree generator preview

Not sure where to take it from here (web-component, Vue/React component, provide api for generating trees, ...) so any feedback is appreciated 🙏🏻

Top comments (0)