log-dir-tree
v1.0.0
Published
Log the directory constructor tree like use `tree dir` in linux
Downloads
14
Readme
log-dir-tree
Log the directory constructor tree like use tree dir in linux
Useage
npm install log-dir-treelog 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('./')