WP Manifestindependent plugin directory
manifest / developer / jamplugin

jamplugin

Basic plugin structure for WordPress

by Sayyed Jamal Ghasemi · github.com/jamal13647850/jamplugin · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/jamal13647850/jamplugin/archive/refs/heads/main.zip

From the readme

JamPlugin Overview JamPlugin is a basic plugin structure for WordPress, designed to provide developers with a foundational template for creating their own plugins. This project includes essential configuration files, classes, widgets, and templates necessary for WordPress plugin development. Features - Basic structure for WordPress plugin development - Includes configuration files, classes, widgets, and templates - Supports various technologies such as PHP, JavaScript, CSS, and SCSS Technology Stack - PHP - JavaScript - CSS - SCSS - TypeScript Installation To install JamPlugin, follow these steps: 1. Clone the repository: 2. Navigate to the project directory: 3. Make the configuration script executable: 4. Run the configuration script: License This project is licensed under the GNU General Public License. See the LICENSE file for more details. Contributing Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements. Contact For any inquiries, please reach out to the project maintainer.

Read the full README on GitHub →