/Markdown-file-tree-builder

Simple python script that automatically builds a tree structure (with links) of your GitHub project.

Primary LanguagePython

Keep your project tidy!

Simple python script that automatically builds a tree structure (with links) of your GitHub project.

Usage

  1. Run:

     python3 main.py [folder]
    
  2. Copy the content of the index.md file into your project

  3. Enjoy the tidiness:

     ├── README.md
     ├── index.md
     └── main.py