shineunited/wptools

Maintainers

Package info

github.com/shineunited/wptools

Type:composer-plugin

pkg:composer/shineunited/wptools

Statistics

Installs: 3 932

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.7 2021-04-22 19:36 UTC

This package is auto-updated.

Last update: 2026-02-23 05:46:26 UTC


README

Installation

$ composer require shineunited/wptools --dev

Commands

wp-init

Initializes the project with a basic bedrock install.

Usage

$ composer wp-init

wp-require

Specialized alias of composer's require command for wordpress plugins and themes.

Alias Description
plugin/* installs plugin from wpackagist repository
theme/* installs theme from wpackagist repository
kinsta installs kinsta-mu-plugins
bedrock installs standard bedrock packages and plugins

Usage

$ composer wp-require [packages]

wp-remove

Specialized alias of composer's remove command for wordpress plugins and themes.

Usage

$ composer wp-remove [packages]