How to easily create folder structure in readme markdown with two simple steps

Learn how you can create a folder structure of your project in your readme file.
creating folder structure of any of your project in the readme file can be very time taking & panful task for many of the developers.

Converting your project’s struct…


This content originally appeared on DEV Community and was authored by EHSAN.

Learn how you can create a folder structure of your project in your readme file.
creating folder structure of any of your project in the readme file can be very time taking & panful task for many of the developers.

Converting your project's structure to readme file or to a flow chart can be very difficult. If you are thinking to do manually.

But I have a better and time saving method.

prerequisites

  • You should have CMD (command prompt) (which is available in windows by default)
  • next you should have knowledge of how CMD works.

Step 1: Go to your project's root

First Go to your project's root and open CMD Command prompt.

then paste this CMD command here.

tree

This will show you a complete list of your project's folder structure

folder structure using

Now You can copy your project's structure using these steps

  • select structure text using mouse
  • then press right click of your mouse (Now text should be copied from command prompt)

Now the final results should look like this.

tailwindPostCss
├─── assets
│    └─── img
└─── blog

💡 You may also need to add space between lines, just in case of formatting or you can also do this using ChatGPT to format structure for markdown


This content originally appeared on DEV Community and was authored by EHSAN.


Print Share Comment Cite Upload Translate Updates
APA

EHSAN. | Sciencx (2024-06-27T06:47:08+00:00) How to easily create folder structure in readme markdown with two simple steps. Retrieved from https://www.scien.cx/2024/06/27/how-to-easily-create-folder-structure-in-readme-markdown-with-two-simple-steps/

MLA
" » How to easily create folder structure in readme markdown with two simple steps." EHSAN. | Sciencx - Thursday June 27, 2024, https://www.scien.cx/2024/06/27/how-to-easily-create-folder-structure-in-readme-markdown-with-two-simple-steps/
HARVARD
EHSAN. | Sciencx Thursday June 27, 2024 » How to easily create folder structure in readme markdown with two simple steps., viewed ,<https://www.scien.cx/2024/06/27/how-to-easily-create-folder-structure-in-readme-markdown-with-two-simple-steps/>
VANCOUVER
EHSAN. | Sciencx - » How to easily create folder structure in readme markdown with two simple steps. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/06/27/how-to-easily-create-folder-structure-in-readme-markdown-with-two-simple-steps/
CHICAGO
" » How to easily create folder structure in readme markdown with two simple steps." EHSAN. | Sciencx - Accessed . https://www.scien.cx/2024/06/27/how-to-easily-create-folder-structure-in-readme-markdown-with-two-simple-steps/
IEEE
" » How to easily create folder structure in readme markdown with two simple steps." EHSAN. | Sciencx [Online]. Available: https://www.scien.cx/2024/06/27/how-to-easily-create-folder-structure-in-readme-markdown-with-two-simple-steps/. [Accessed: ]
rf:citation
» How to easily create folder structure in readme markdown with two simple steps | EHSAN. | Sciencx | https://www.scien.cx/2024/06/27/how-to-easily-create-folder-structure-in-readme-markdown-with-two-simple-steps/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.