print-directory-tree
v1.0.1
Published
Debugging tool, print a visual representation of a directory.
Downloads
2
Maintainers
Readme
Print directory tree
Debugging tool that recursively print a directory
const printDirectoryTree = require("print-directory-tree")
(async ()=>{
await printDirectoryTree("./")
})()
TODO
- Make a prettier output