laserdisc-io / console4s   0.0.1

MIT License GitHub

Some utilites for rendering console output

Scala versions: 2.13

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