This is a simple application which creates a tree of your files and folders and saves them into a text.txt file and a structure.md file.
simply run npx gentree <name of folder>
eg: npx gentree .
, npx gentree lib
, npx gentree src
.
- make sure you have node and npm installed.
- run
npm i -g gentree
.
- run
gentree <name of the folder>
eg:gentree .
,gentree lib
,gentree src
.
Happy Debugging!