1. Project Structure for GitHub README
Frontend DeveloperBackground
A developer wants to add a visual directory tree to their project's README.md to help contributors understand the source code layout.
Problem
Manually typing out Unicode box-drawing characters for a nested folder structure is tedious and error-prone.
How to use
Paste the indented folder outline into the tool, select the 'Unicode Box Drawing' style, and enable 'Draw full guide lines'.
{
"style": "unicode",
"indentUnit": "auto",
"fullGuide": true,
"leafBracket": false,
"trimTrailing": true
}Outcome
A clean, copyable Unicode tree structure with vertical guide lines showing the relationship between nested source files.