I would like to add unicode to the tree and also use something like chalk.bold() on the tree. For example, I have this:
└─ npm-link-up (root)
└─ node_modules
├─ @oresoftware/shell
├─ json-stdio
├─ prepend-transform
└─ residence
and it would be really awesome to have this:
└─ npm-link-up (root)
└─ node_modules
├─ @oresoftware/shell ⏰
├─ json-stdio ⏰
├─ prepend-transform ⏰
└─ residence ⏰
and have bold branches using chalk.bold(), etc, is it possible somehow?
I would like to add unicode to the tree and also use something like chalk.bold() on the tree. For example, I have this:
and it would be really awesome to have this:
and have bold branches using
chalk.bold(), etc, is it possible somehow?