objective-wp cli allows you to init themes and plugins

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 1

Open Issues: 0

pkg:composer/objective-wp/cli

dev-master 2020-10-28 20:48 UTC

This package is auto-updated.

Last update: 2025-09-29 02:09:04 UTC


README

Installation

composer global require "objective-wp/cli":dev-master

Usage

init

Clones and composer installs a objective-wp project from github. The whole path may be given <author>/<repo> or just the <repo> if set-org has been ran.

If init is ran inside a directory with a wp-content folder, owp will automatically install it to the themes directory or the plugins keyword if the repo contains the plugin keyword.

owp init <author>/<repo>

set-org

Namespace all init commands with an organization or author.

owp set-org <organization>