Application let you draw hierarchy of a the current directory.
npm install -g ts-node typescript '@types/node'
ts-node app.ts
๐โapp.ts
๐โFolder
๐โdeepFolder
๐โ1.js
๐โ2.js
๐โpackage-lock.json
๐โpackage.json
๐โREADME.md
๐โtsconfig.json
- Add possibility to specific the folder you want to draw its hierarchy
<directory_path>
. - Add some details of file (How much items contains, and its size kb, date/time created ).