10 repositorios
Integrated environments for building and maintaining WordPress themes and plugins.
Distinct from Development Platforms: Distinct from Development Platforms: focuses specifically on the WordPress ecosystem rather than general software development platforms.
Explore 10 awesome GitHub repositories matching development tools & productivity · WordPress. Refine with filters or upvote what's useful.
This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven
Executes site transfers, version upgrades, and complex debugging to resolve performance bottlenecks and infrastructure issues.
Sage is a WordPress starter theme that provides a foundation for building sites using professional software engineering patterns and modern development workflows. It functions as a theme architecture designed for native compatibility with the visual block-based editor. The project integrates the Laravel Blade templating engine to separate business logic from presentation using reusable components. It incorporates the Tailwind CSS framework for building responsive user interfaces via a utility-first approach and includes a modern frontend build tool to provide asset compilation and hot-reloadi
Functions as a comprehensive starter theme for building WordPress sites with modern workflows.
wp-calypso is a JavaScript web application that serves as a management interface for WordPress websites. It functions as a headless CMS controller, separating the administrative interface from the content delivery system by interacting with backend services via an API. The project provides a multi-site administration dashboard, acting as a single point of control to govern various website instances and environments within a larger network. This allows for the coordination of content and settings across multiple sites from a centralized location. The system covers remote content publishing an
Provides a comprehensive web dashboard for managing content, settings, and users across multiple WordPress sites via API.
Gutenberg is a block-based content management system editor for WordPress. It serves as a modular page builder and React-based content editor where website pages and posts are composed of discrete, reusable blocks rather than a single text area. The system enables visual content authoring through a modular interface used to arrange layout and media. It supports WordPress block development, allowing for the creation of custom modular elements and the extension of editor functionality through specialized plugins. The editor provides capabilities for dynamic content management and the creation
Supports the building of custom modular elements and reusable components to extend the editor.
This project is a development toolkit and starter kit for creating custom WordPress themes. It provides a standardized scaffolding tool to initialize a minimal codebase and directory structure, serving as a foundation for building custom site designs. The toolkit includes a build pipeline that automates the compilation of Sass into browser-ready CSS and the generation of mirrored right-to-left stylesheets. It further assists in theme preparation through a translation template generator that extracts translatable strings into portable object files. The system covers a broad range of developme
Implements a full build pipeline that automates Sass compilation and production bundling for WordPress themes.
The WordPress Plugin Boilerplate is a standardized, object-oriented foundation for building WordPress plugins. It provides a predictable directory structure that separates admin, public, and shared logic, along with a singleton main plugin class that serves as a single entry point for initialization. The boilerplate includes a centralized class-loader hook registry for managing WordPress actions and filters, and prepares user-facing strings for translation through a variable text domain and generated .pot files. This toolkit streamlines plugin development by organizing repository assets like
Creates a standardized, object-oriented foundation for new WordPress plugins with predictable file structure and coding conventions.
VVV es un orquestador de servidores virtualizados y entorno de desarrollo local que utiliza Vagrant para desplegar servidores invitados basados en Linux. Funciona como un flujo de trabajo de desarrollo contenedorizado, aprovechando Docker y varios hipervisores para automatizar el aprovisionamiento de sitios locales. El proyecto proporciona un conjunto de herramientas especializado para el desarrollo en WordPress, permitiendo la creación de sitios de gestión de contenido locales y la prueba de cambios en el software central de WordPress. Permite la definición y despliegue de múltiples sitios web locales a través de un archivo de configuración central. El sistema cubre capacidades más amplias en la configuración automatizada de sitios y el aprovisionamiento de entornos, asegurando configuraciones de servidor local consistentes a través de diferentes hardware y sistemas operativos.
Provides a virtualized Linux environment specifically for building and testing WordPress websites locally.
Lando is a Docker development environment manager and local development orchestrator used to create isolated application stacks. It functions as a web development stack provisioner that coordinates web servers, databases, and runtimes to ensure consistent environment parity across different operating systems. The project distinguishes itself through recipe-based environment bootstrapping for common stacks such as LAMP, LEMP, and MEAN, as well as dedicated provisioning for CMS platforms like WordPress, Drupal, and Joomla. It further differentiates its capabilities by acting as a remote hosting
Deploys a containerized WordPress stack with configurable PHP versions and database backends.
Este repositorio sirve como la fuente oficial de desarrollo para el sistema de gestión de contenidos WordPress, proporcionando la infraestructura necesaria para contribuir al código base principal. Funciona como una plataforma para construir y mantener sitios web a través de un framework basado en PHP, apoyando el desarrollo colaborativo del software mediante un sistema de control de versiones centralizado. El proyecto proporciona un conjunto integral de herramientas para que los desarrolladores gestionen el ciclo de vida del software, incluida la capacidad de aprovisionar entornos de desarrollo locales en contenedores y ejecutar tareas administrativas a través de una interfaz basada en terminal. Cuenta con extensibilidad de comandos modulares, lo que permite la creación de paquetes personalizados para automatizar flujos de trabajo y gestionar múltiples instalaciones remotas desde una sola sesión. Para garantizar la estabilidad del software y la calidad del código, el repositorio integra pipelines de compilación automatizados que monitorean los cambios de archivos y activan procesos de sincronización. Aplica estándares de codificación estrictos y proporciona amplias capacidades de prueba, incluyendo suites de pruebas unitarias y de extremo a extremo, informes de cobertura de código y procedimientos de validación de lanzamientos para identificar regresiones antes de las actualizaciones oficiales del software.
Serves as the official development source for contributing patches and bug fixes to the core codebase.
Este proyecto proporciona un stack de desarrollo contenerizado para WordPress, orquestando servicios de servidor web y base de datos a través de un archivo de configuración unificado. Está diseñado para establecer un entorno local consistente que soporte el desarrollo de temas y plugins personalizados mediante el mapeo de directorios locales del proyecto directamente al sistema de archivos del contenedor. El entorno se distingue por integrar una interfaz de gestión de base de datos basada en web como un servicio sidecar, permitiendo la inspección y modificación de los datos del sitio sin salir de la configuración contenerizada. También facilita la migración y restauración de sitios web existentes al soportar la importación de código de aplicación y volcados de base de datos al stack local. El stack incluye capacidades para gestionar volúmenes de almacenamiento persistente para asegurar que los datos permanezcan disponibles a través de los ciclos de vida de los contenedores, junto con soporte para ejecutar tareas administrativas a través de la línea de comandos. La configuración se maneja a través de variables de entorno, permitiendo ajustes dinámicos en los ajustes de conexión y credenciales.
Provides a containerized environment for building and testing WordPress themes and plugins locally.