[PR #150] plugin generator for creating a new plugin structure #149

Open
opened 2026-03-02 03:00:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bunkerity/bunkerweb-plugins/pull/150
Author: @Michal-Koeckeis-Fresel
Created: 6/25/2025
Status: 🔄 Open

Base: devHead: template_generator


📝 Commits (10+)

  • b8f5d54 plugin generator for creating a new plugin structure
  • c9de31d fixed errors in generate_readme function
  • 7481b60 Create README.md
  • b3ff4c4 adopt CSS
  • a75a2eb errors during start of test-plugin
  • a2a281c disable modsec template - needs fix
  • 51133f4 fix plugin format
  • 79b9065 restore modsecurity content
  • 4ebd4da Update create_bunkerweb_plugin.sh
  • 04fb46a rename env var

📊 Changes

4 files changed (+2146 additions, -0 deletions)

View changed files

templates/README.md (+446 -0)
templates/create_bunkerweb_plugin.sh (+1650 -0)
templates/template_diagram.drawio (+46 -0)
templates/template_diagram.svg (+4 -0)

📄 Description

bash create_bunkerweb_plugin.sh -d "MYPLUGIN" --with-ui --with-jobs --with-configs --with-templates MYPLUGIN


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bunkerity/bunkerweb-plugins/pull/150 **Author:** [@Michal-Koeckeis-Fresel](https://github.com/Michal-Koeckeis-Fresel) **Created:** 6/25/2025 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `template_generator` --- ### 📝 Commits (10+) - [`b8f5d54`](https://github.com/bunkerity/bunkerweb-plugins/commit/b8f5d5464528333da2021ee9fff91f645ba94ce1) plugin generator for creating a new plugin structure - [`c9de31d`](https://github.com/bunkerity/bunkerweb-plugins/commit/c9de31d747aeb48a8652e788a2646b6a87b06fc5) fixed errors in generate_readme function - [`7481b60`](https://github.com/bunkerity/bunkerweb-plugins/commit/7481b6022a0962f447aa551679a8f4a7a7bc28a4) Create README.md - [`b3ff4c4`](https://github.com/bunkerity/bunkerweb-plugins/commit/b3ff4c46f0a4198c1ca4c201b1a16311b47fab65) adopt CSS - [`a75a2eb`](https://github.com/bunkerity/bunkerweb-plugins/commit/a75a2eb019a5ef18dcba07a340e99cd7f21596e8) errors during start of test-plugin - [`a2a281c`](https://github.com/bunkerity/bunkerweb-plugins/commit/a2a281cb27d4b99d1a824b87cffd9584df626d98) disable modsec template - needs fix - [`51133f4`](https://github.com/bunkerity/bunkerweb-plugins/commit/51133f48635c0d6babb60ce01cfe24842f51e347) fix plugin format - [`79b9065`](https://github.com/bunkerity/bunkerweb-plugins/commit/79b9065e2f5b7802f8a754c29c7404702c84027a) restore modsecurity content - [`4ebd4da`](https://github.com/bunkerity/bunkerweb-plugins/commit/4ebd4dac65a6fcf5f024fb0650bdd89a560dec30) Update create_bunkerweb_plugin.sh - [`04fb46a`](https://github.com/bunkerity/bunkerweb-plugins/commit/04fb46aea66615aceb4260b072717378cf50c4ec) rename env var ### 📊 Changes **4 files changed** (+2146 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `templates/README.md` (+446 -0) ➕ `templates/create_bunkerweb_plugin.sh` (+1650 -0) ➕ `templates/template_diagram.drawio` (+46 -0) ➕ `templates/template_diagram.svg` (+4 -0) </details> ### 📄 Description bash create_bunkerweb_plugin.sh -d "MYPLUGIN" --with-ui --with-jobs --with-configs --with-templates MYPLUGIN --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bunkerweb-plugins#149
No description provided.