node-archy

Pretty-print nested hierarchies module for Node.js
  https://github.com/substack/node-archy
  0
  no reviews



Given a tree of nested objects with 'label' and 'nodes' fields, node-archy returns a string representation of that tree with unicode pipe characters.

Node.js is an event-based server-side javascript engine.