2017 © Pedro Peláez
 

composer-plugin wp-shanela

ReAligns the WordPress Core files to the root of the project

image

craigiswayne/wp-shanela

ReAligns the WordPress Core files to the root of the project

  • Wednesday, July 25, 2018
  • by craigiswayne
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Shanela

Moves the wordpress core files to the root of your project, (*1)

Usage

composer require craigiswayne/wp-shanela

Options

You have 2 options that you can configure: * removeDefaultPlugins (default: true) * removeThemes (default: true) * Allows you to specify which themes to remove * If removeDefaultThemes is specified, will use that value instead, (*2)

{
    "extra": {
        "wp-shanela": {
            "removeThemes": true,
            "removeThemes": [
                "twentytwentytwo"
            ],
            "removeDefaultPlugins": false
        }
    }
}

Resources

  1. https://www.masterzendframework.com/series/tooling/composer/automation-scripts/
  2. https://pantheon.io/blog/writing-composer-scripts
  3. Composer API

The Versions

25/07 2018

dev-master

9999999-dev

ReAligns the WordPress Core files to the root of the project

  Sources   Download

MIT

The Requires

  • php >=5.4
  • composer-plugin-api ^1.0

 

by Craig Wayne

wordpress composer

25/07 2018

v0.0.1

0.0.1.0

ReAligns the WordPress Core files to the root of the project

  Sources   Download

MIT

The Requires

  • php >=5.4
  • composer-plugin-api ^1.0

 

by Craig Wayne

wordpress composer