WP Manifestindependent plugin directory
manifest / developer / dudley

Dudley archived

A WordPress plugin-based patterns library framework. Download, develop, and reuse custom web modules!

by Jeremy Ward · github.com/jmichaelward/dudley · website

2stars
8composer installs
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/jmichaelward/dudley/archive/refs/heads/development.zip

Also on Packagist as dudley/dudley:

composer require dudley/dudley

From the readme

Plugin Name Description Clients hire agencies and freelancers to develop fully-custom themes for their website. Designers create mockups, developers build these mockups out to spec, and before long, the site is live. What we sometimes fail to recognize in the process is that, although the theme is custom, many of the components that comprise it are a reimagining of a component that was developed in a previous project. Web users have come to expect certain kinds of functionality on a site and, as a result, a variety of design patterns have emerged. Developers have a tendency to recreate these patterns from scratch each time we take on a new project: image carousels, FAQ accordions, huge banner areas with headlines and calls to actions, featured links, and so on. The goal of the Dudley plugin is to simplify the process. Instead of building everything from scratch, what if we reused some of the most common patterns, so that we could instead focus our efforts on the parts of a site that are truly custom? This plugin provides out-of-the-box access to a series of packages for developers to install. Generally, these packages should contain the following: - Code that defines the meta f

Read the full README on GitHub →