UNPKG

print-directory-tree

Version:

Debugging tool, print a visual representation of a directory.

14 lines (10 loc) 237 B
# Print directory tree Debugging tool that recursively print a directory ```javascript const printDirectoryTree = require("print-directory-tree") (async ()=>{ await printDirectoryTree("./") })() ``` ## TODO - Make a prettier output