This VS Code extension is super useful 🔥 It lets you generate the file tree structure of your project in multiple formats like JSON, SVG, Markdown, or ASCII, with or without icons. Just right-click in the directory sidebar and generate it instantly. Perfect for: - documenting project structure - creating visuals for README files - sharing folder layouts with your team Watch the video for a quick demo :) Hope this helps ✅ Drop a like if you found this post helpful! 👍 Follow Ram Maheshwari ♾️ for more💎 #html #ai #javascript #100daysofcode #webdevelopment #programming
Tenho um projeto parecido feito em Python que criei com o objetivo de auxiliar os devs a compreenderem a estrutura dos seus projetos, pensado mais para a Vibe Code. Penso em novas versões melhorar e aplicar o Star Build uma funcionalidade de criar estruturas completas de projetos com um único comando. A versão a actual não é estável mais é escalável e já está disponível para testes, vocês podem baixar usando o `pip install jam-tree`. Este é o meu repositório para quem quiser saber mais, tenho lá a documentação e estou aberto para contribuição. https://github.com/GitHubJordan/JAM-Tree/
tree command would be best i guess... i like tree /f /a .. i usually do this... inside the lib or app folder
Open powershell ( if you are a windows user ) Run 'tree' command for the tree type structure But This tool is amazing
This is cool. But I just run the 'tree' command in the Linux terminal. I pipe the output into my clipboard with 'tree | cb'
This provides a more refined and comprehensible project structure.
what tool do you use to record screen? for smooth transitions
It was the thing which I wanted during the presentation to simply describe the jury about my project
open directory in terminal, type tree? same output?
Thanks for sharing this tool, Ram, it looks like a real time-saver for documenting project structures.
i had also code an extension that will help to extract all Environment Variables from a cloned project Search Dot Env Extractor along with name Hassaan Haider it's useful too