Version: 1.0.0
Author: nViews WEB
Lead Contributor: Prabakaran Shankar
Plugin URI: Plugin Folder Structure Generator
License: GPL-2.0-or-later
- Lead Contributor: Prabakaran Shankar
- nViews WEB
folder structure
, plugin folder
, theme folder
, export plugin structure
, debug plugin
, visualize plugin
- WordPress Version: Requires at least 4.1
- Tested Up To: 6.6
- PHP Version: Requires PHP 7.0 or higher
- Stable Tag: 1.0.0
The Plugin Folder Structure Generator is a WordPress plugin designed by nViews WEB and led by Prabakaran Shankar. It provides the following functionalities:
- Generate and export folder structures for installed plugins and themes.
- Debug or visualize folder hierarchies in plugins or themes.
- Easily analyze and share folder structures via
.txt
files.
This tool is essential for WordPress developers, theme creators, and plugin maintainers who need to understand the structure of a WordPress project.
- Generate Plugin Structures: Export a
.txt
file showing the folder hierarchy of any installed plugin. - Generate Theme Structures: Similar functionality for WordPress themes.
- Exclude Folders/Files: Customize the exclusion list to ignore certain files (e.g.,
node_modules
,.git
). - Add Custom Exclusions: Dynamically add new folders or files to the exclusion list.
- Regenerate Files: Overwrite existing
.txt
files with updated folder structures. - Download Exports: Easily download generated
.txt
files.
-
Download: Clone the repository or download the plugin as a
.zip
file:git clone https://github.com/nviewsweb/plugin-folder-structure-generator.git
-
Upload: Upload the plugin folder to your WordPress
wp-content/plugins/
directory. -
Activate: Activate the plugin from the WordPress Plugins menu.
-
Access Settings: Navigate to Tools > Folder Generator to configure and use the plugin.
-
Manage Exclusion List:
- Navigate to Tools > Folder Generator.
- Enable or disable default excluded folders like
node_modules
,.git
, etc. - Add new folders or files to the exclusion list.
-
Generate Folder Structures:
- Select a plugin or theme from the list.
- Click Generate to create a new
.txt
file or Regenerate to overwrite an existing one. - The
.txt
file will be saved in thestructure/
folder within the plugin directory.
-
Download Exported Files:
- Download the generated
.txt
files directly from the settings page.
- Download the generated
We welcome contributions to improve the Plugin Folder Structure Generator. Here's how you can contribute:
- Fork: Fork the repository on GitHub.
- Create a Branch: Create a branch for your feature or bug fix.
- Commit Changes: Commit your changes with clear and concise messages.
- Submit Pull Request: Open a pull request describing your changes.
For major changes, please open an issue to discuss your ideas first.
This plugin is licensed under the GPL-2.0-or-later. You are free to use, modify, and distribute the plugin under the terms of this license.
This plugin is publicly hosted on GitHub:
Plugin Folder Structure Generator