WP Manifestindependent plugin directory
manifest / developer / blueprint-extractor

Blueprint Extractor for WordPress Playground

Generate a blueprint for the current install.

by Alex Kirk · github.com/akirk/blueprint-extractor

5stars
2forks

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/akirk/blueprint-extractor/archive/refs/heads/main.zip

Readme

Blueprint Extractor

This plugin assists you in creating a WordPress Playground Blueprint for the current site. It provide a wp-admin page that allows selecting a subselection of important entities of the current site:

Screenshot of the wp-admin UI

Try it in WordPress Playground or build on it via the Step Library

Development

Use the Playground CLI to run the plugin in your local environment.

npx @wp-playground/cli@latest server --mount=.:/wordpress/wp-content/plugins/blueprint-extractor --login --blueprint=blueprint.json

Open the Playground URL in your browser to see the plugin admin page.

Read the full README on GitHub →