objective-wp / cli
objective-wp cli allows you to init themes and plugins
dev-master
2020-10-28 20:48 UTC
Requires
- ext-zip: *
- guzzlehttp/guzzle: ~6.0
- symfony/console: ~3.0|~4.0
- symfony/filesystem: ~3.0|~4.0
- symfony/process: ~3.0|~4.0
This package is auto-updated.
Last update: 2024-12-29 05:44:49 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>