A VSC extension that helps you quickly create project structures from a directory tree format. To use, just copy a directory tree structure into a plain text file, and let the extension create all the folders and files automatically.
Features
Create entire project structures from a text-based directory tree
Supports both files and folders
Simple clipboard-based workflow
Installation
Install from VS Code Marketplace
Alternatively, download the VSIX file from the releases page and install manually:
code --install-extension project-scaffold.vsix
Usage
For mac do cmd + shift + p, type Project Scaffold: Create project structure
An input box will appear. Copy and paste your ascii tree into the box and click create structure