Treecraft is a VS Code extension that allows you to automatically generate file and folder structures based on a text file containing an arborescence. This tool is perfect for quickly setting up project scaffolding, organizing codebases, or creating templates for new projects.
Features
Generate File and Folder Structures: Treecraft reads a text file describing a directory tree and creates corresponding folders and files in your target directory.
Customizable Input: Input is provided through a simple text file with hierarchical lines representing folders and files.
Flexible: Supports nested folder structures and multiple files per directory.
Comments: Treecraft ignores commented lines starting with #, allowing you to annotate your structure file.
How It Works
Create Your Structure File: Write a .txt file with the desired folder and file structure using indentation and tree-like formatting.