Quickly create complex folder structures in your VS Code projects with ease! This extension allows you to generate folder and file hierarchies using simple text input, supporting both indented and markdown-style tree formats.
- π Create folder structures from text input
- π Support for indented and markdown-style tree formats
- π Generate empty files within the structure
- π Create a report of the generated structure
- π Works with your current workspace or any selected folder
- Open VS Code
- Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X)
- Search for "Folder Structure Generator"
- Click Install
-
Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
-
Type "Generate Folder Structure" and select the command
-
In the new document that opens, enter your desired folder structure using either of these formats:
Indented format:
src/ app/ layout.js page.js components/ Button.js Header.js
Markdown-style tree format:
src βββ app β βββ layout.js β βββ page.js βββ components βββ Button.js βββ Header.js
-
Run the "Process Folder Structure" command from the Command Palette
-
Select the folder where you want to create the structure
-
π The extension will create the folder structure and show a summary
We welcome contributions to the Folder Structure Generator! Here's how you can help:
- π΄ Fork the repository
- πΏ Create a new branch for your feature or bug fix
- π οΈ Make your changes
- β Write or update tests as necessary
- π§ͺ Ensure all tests pass
- π€ Submit a pull request with a clear description of your changes
- Clone the repository
- Run
npm install
to install dependencies - Open the project in VS Code
- Press F5 to start debugging and test your changes
- Follow the existing code style
- Write clear, commented code
- Update documentation for any new features or changes
If you encounter any issues or have suggestions for improvements, please open an issue on our GitHub repository. We'd love to hear from you! π
This project is licensed under the MIT License - see the LICENSE file for details.
Made with β€οΈ from Pakistan π΅π°
Thank you for using and contributing to Folder Structure Generator! π