gitdirectory

How to create a folder directory structure in plaintext for documentation


I need to document the directory structure of my node project. How can i create that like the image below in plain text enter image description here


Solution

  • On Windows you can just write

    tree > myfile.txt