log-dir-tree

1.0.0 • Public • Published

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('./')

Readme

Keywords

none

Package Sidebar

Install

npm i log-dir-tree

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

7.96 kB

Total Files

8

Last publish

Collaborators

  • qishaoxuan