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('./')
parse
method to get the files stat
you can also use const logDirTree = require('./dist/index')
logDirTree.parse('./')