xmehdi01 / directory-tree

๐Ÿ“‚๐Ÿ“„ App draw hierarchy of a directory with its deep folders and files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Directory-Tree

Application let you draw hierarchy of a the current directory.

Install

npm install -g ts-node typescript '@types/node'

Run

ts-node app.ts

Demo

๐Ÿ“„โ€”app.ts        
๐Ÿ“‚โ€”Folder        
    ๐Ÿ“‚โ€”deepFolder
        ๐Ÿ“„โ€”1.js  
        ๐Ÿ“„โ€”2.js  
๐Ÿ“„โ€”package-lock.json
๐Ÿ“„โ€”package.json
๐Ÿ“„โ€”README.md
๐Ÿ“„โ€”tsconfig.json

ToDo:

  • 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 ).

About

๐Ÿ“‚๐Ÿ“„ App draw hierarchy of a directory with its deep folders and files.


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%