Skip to content

Some utilites for rendering console output

License

Notifications You must be signed in to change notification settings

laserdisc-io/console4s

Repository files navigation

console4s

Some utilities for rendering console output.

Installation

To use the dependency, add the following to your build.sbt

libraryDependencies += "io.laserdisc" %% "console4s" % "latestVersion"

Utilities

Tree Rendering

Format a hierarchy of nodes as a tree. See README-TreeRendering.md

─ Root
  ├─ Child A
  │  ├─ ChildA-1
  │  └─ ChildA-2
  ├─ Child B
  └─ Child C
     └─ ChildC-1