Skip to content

πŸš€ VS Code Extension: Create complex folder structures instantly! πŸ“βœ¨ Transform text into nested directories. Supports indented & markdown-style inputs. Design 🎨 Paste πŸ“‹ Create πŸŽ‰ Streamline your project setup with ease!

License

Notifications You must be signed in to change notification settings

ahmedraza11/Folder-Structure-Generator

Repository files navigation

🌳 Folder Structure Generator

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.

✨ Features

  • πŸ“ 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

πŸ“ Demo

Folder Structure Generator Demo

πŸ“₯ Installation

  1. Open VS Code
  2. Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X)
  3. Search for "Folder Structure Generator"
  4. Click Install

πŸš€ Usage

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)

  2. Type "Generate Folder Structure" and select the command

  3. 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
    
  4. Run the "Process Folder Structure" command from the Command Palette

  5. Select the folder where you want to create the structure

  6. πŸŽ‰ The extension will create the folder structure and show a summary

πŸ‘₯ Contributing

We welcome contributions to the Folder Structure Generator! Here's how you can help:

  1. 🍴 Fork the repository
  2. 🌿 Create a new branch for your feature or bug fix
  3. πŸ› οΈ Make your changes
  4. βœ… Write or update tests as necessary
  5. πŸ§ͺ Ensure all tests pass
  6. πŸ“€ Submit a pull request with a clear description of your changes

πŸ› οΈ Development Setup

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Open the project in VS Code
  4. Press F5 to start debugging and test your changes

πŸ“ Coding Guidelines

  • Follow the existing code style
  • Write clear, commented code
  • Update documentation for any new features or changes

πŸ’¬ Feedback and Issues

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! 😊

πŸ“œ License

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! πŸ™

About

πŸš€ VS Code Extension: Create complex folder structures instantly! πŸ“βœ¨ Transform text into nested directories. Supports indented & markdown-style inputs. Design 🎨 Paste πŸ“‹ Create πŸŽ‰ Streamline your project setup with ease!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published