log-dir-tree

Log the directory constructor tree like use tree dir in linux

Usage no npm install needed!

<script type="module">
  import logDirTree from 'https://cdn.skypack.dev/log-dir-tree';
</script>

README

log-dir-tree

Log the directory constructor tree like use tree dir in linux

Useage

npm install log-dir-tree

log the dir tree

const logDirTree = require('./dist/index')

logDirTree.log('./')

you can also use parse method to get the files stat

const logDirTree = require('./dist/index')

logDirTree.parse('./')