Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 491 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 491 Bytes

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