WP Manifestindependent plugin directory
manifest / developer / wp-devops

WP DevOps Tools

Wordpress helper plugin for every wordpress developer

by Raruto · github.com/raruto/wp-devops · website

5stars
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/raruto/wp-devops/archive/refs/heads/master.zip

Declares an update source (https://github.com/Raruto/wp-devops), so updates arrive through the plugin's own updater.

From the readme

WP DevOps Tools A useful helper plugin for every wordpress developer It contains - WP Dependecy Installer: automatically install required WordPress/Git plugins or themes as JSON dependencies (based on: afragen/wp-dependency-installer) - Mass Import/Export: allows to mass import/export a list of the current installed plugins as "composer.json" or "github-updater.json" file (kudos to tomjn/composerpress) - Local Development: displays which plugins are in active development for the current machine - Github Updater Icon Links: displays wich plugins are on the "wp.org/githost" directory (based on: szepeviktor/github-link) - Hide Plugins: selectively hide plugins to other users within the plugins.php page (based on: ThemeBoy/hide-plugins) - WP DevOps Links: add some handy links within the "wp-devops" plugin's row - WP Menu: add some handy links within the "wpadminbar" menu and display a visual alert to allow us to easily distinguish a production/development site How to use: 1. download/install this plugin in the way that best suits you 2. activate the plugin and then visit your plugins.php page 3. an admin notice will ask you to automatically install the GitHub Updater plugin 4. expl

Read the full README on GitHub →