WP Manifestindependent plugin directory
manifest / themes / go-plugin

Go

Add layouts for the CoBlocks Layout Selector to make building pages much easier and faster.

by GoDaddy · github.com/godaddy-wordpress/go-plugin · 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/godaddy-wordpress/go-plugin/archive/refs/heads/master.zip

Readme

Go Plugin: Layouts for the CoBlocks Layout Selector

Development

  1. Clone the GitHub repository: git@github.com:godaddy-wordpress/go-plugin.git into your WordPress installations wp-content/plugins directory. The folder name should be go-plugin.
  2. Browse to the folder in the command line.
  3. Run the composer install command to install the plugin's development dependencies.

Development Commands

Linting and auto-formatting:

Run composer lint to run code styling checks and composer format for the auto-formatter to fix what it can.

Generating the .pot file:

Run composer makepot to generate a new translation langauges/go-plugin.pot file.

Build a release zip file

Run composer build-release to generate a production ready .zip file should you need to.

Releasing a new version

This repo is utilizing GitHub Actions and the 10up/action-wordpress-plugin-deploy action to push new deployments to the plugin repo. Simply tagging a new release will trigger the workflow and deploy a new version.

Read the full README on GitHub →