print-directory-tree

1.0.1 • Public • Published

Print directory tree

Debugging tool that recursively print a directory

const printDirectoryTree = require("print-directory-tree")

(async ()=>{
  await printDirectoryTree("./")
})()

TODO

  • Make a prettier output

Package Sidebar

Install

npm i print-directory-tree

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

2.53 kB

Total Files

7

Last publish

Collaborators

  • gasparerro