🌳 Tree Builder from TXT
Create full folder & file structures in seconds — right from a simple text-based tree!

✨ Features
- 🏗 Build entire directory structures from
.txt files
- ⚡ Instant creation with a single right-click
- 🧠 Smart parsing of ASCII-style trees (
├── , │ , └── , etc.)
📋 How It Works
Write your folder structure in a .txt file:
project/
├── src/
│ ├── index.js
│ └── utils.js
└── README.md
Right-click the .txt file and select:
"Build Tree from File"
Watch your structure appear!

📦 Example Use Case
Useful for:
- Bootstrapping projects
- Prototyping file structures
- Teaching file system concepts
🚀 Getting Started
- Install the extension from the Marketplace
- Prepare your
.txt tree file
- Right-click → Build Tree → Done! ✅
🛠 Notes
- Directories must end with a
/
- Empty files are created automatically
- Supports nested folders up to any depth
| |