Wp Console

A Wordpress CLI. A tool to generate boilerplate code, interact with and debug Wordpress.
Alternatives To Wp Console
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Woocommerce8,72716a day ago7July 08, 20222,244otherPHP
A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
Wp Graphql3,521
4 days ago136gpl-3.0PHP
:rocket: GraphQL API for WordPress
Create Guten Block3,1401506a year ago90July 11, 2020107mitJavaScript
📦 A zero-configuration #0CJS developer toolkit for building WordPress Gutenberg block plugins.
Plugin Update Checker2,0066330a month ago35August 17, 202383mitPHP
A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes.
Dropkick1,94498102 years ago13February 12, 201819mitJavaScript
A JavaScript plugin for creating beautiful, accessible, and painless custom dropdowns.
S3 Uploads1,7874392 months ago23May 04, 2023172PHP
The WordPress Plugin to Store Uploads on Amazon S3
Amp Wp1,770
3 days ago108gpl-2.0PHP
Enable AMP on your WordPress site, the WordPress way.
Redux Framework1,684315 days ago82July 02, 2023otherPHP
Redux is a simple, truly extensible options framework for WordPress themes and plugins!
Wordpress Seo1,6543a day ago3June 28, 20221,012otherJavaScript
Yoast SEO for WordPress
Jetpack1,5045a day ago44September 04, 20232,729otherPHP
Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.
Alternatives To Wp Console
Select To Compare


Alternative Project Comparisons
Readme

WP Console

A WordPress CLI. A tool to generate boilerplate code, interact with and debug WordPress.

Releases Page

All notable changes to this project will be documented in the releases page

Install

These instructions are intented for Unix, Linux, Mac OSX system, use sudo if you get permissions errors

curl https://weknowinc.com/wp-console/installer -L -o wordpress.phar
mv wordpress.phar /usr/local/bin/wordpress
chmod +x /usr/local/bin/wordpress

Usage

Available commands:

  • about Display basic information about Wordpres Console project
  • chain Chain command execution
  • exec Execute an external command.
  • help Displays help for a command
  • init Copy configuration files.
  • list Lists all available commands
  • snippet Execute a php code inside wordpress

cache

  • cache:flush (cf) Flush the Wordpress object cache

create

  • create:users (cu) Create dummy users for your WordPress application.
  • create:roles (crr) Create dummy roles for your Wordpress application.

database

  • database:create (dbc) Create a new database.
  • database:drop (dbd) Drop all tables in current or a given database and remove wp-config.php if current database.

debug

  • debug:chain (dc) List available chain files.
  • debug:container (dco) Displays current services for an application.
  • debug:cron (dce) Displays current cron for the application
  • debug:multisite (dm) List all sites in network available to a specific user
  • debug:plugin (dp) Display current plugins available for application
  • debug:roles (dusr) Displays current roles for the application
  • debug:shortcode (ds) Displays current shortcodes in your WordPress application.
  • debug:theme (dt) Display current themes available for application

generate

  • generate:command (gc) Generate commands for the console.
  • generate:cron:schedule (gcsh) Generate a schedule cron.
  • generate:cron:single (gcs) Generate a single cron.
  • generate:dashboard:widgets (gdw) Generate a new custom dashboard widgets.
  • generate:menu (gm) Generate a menu.
  • generate:metabox (gm) Generate a meta box.
  • generate:plugin (gp) Generate a plugin.
  • generate:post:type (gpt) Generate a custom post type.
  • generate:quicktag (gqt) Generate a quicktag.
  • generate:register:script (grsp) Generate a register style.
  • generate:register:style (grst) Generate a register style.
  • generate:settings:page (gsp) Generate a new custom settings page.
  • generate:shortcode (gs) Generate a shortcode.
  • generate:sidebar (gsb) Generate a sidebar.
  • generate:taxonomy (gta) Generate a custom taxonomy.
  • generate:theme (gth) Generate a theme.
  • generate:toolbar (gtb) Generate a toolbar.
  • generate:user:contact:methods (gucm) Generate a User contact methods.
  • generate:widget (gwd) Generate a widgets.

multisite

  • multisite:install (mi) Install a Wordpress multisite network
  • multisite:new (mn) Add New Site a Wordpress multisite network

plugin

  • plugin:activate (pa) Activate plugins or plugin in the application
  • plugin:deactivate (pd) Deactivate plugins or plugin in the application

site

  • site:install (si) Install a Wordpress project

role

  • role:delete (rd) Delete roles for the application
  • role:new (rn) Create roles for the application

settings

  • settings:set Change a specific setting value in WordpressConsole config file

theme

  • theme:activate (ta) Activate theme in the application

How to contribute

Fork

Fork your own copy of the WordPress Console repository to your account

Clone

Get a copy of your recently cloned version of console in your machine.

$ git clone [email protected]:[your-git-user-here]/wp-console.git

Configure a remote fork

$ git remote add upstream [email protected]:weknowinc/wp-console.git

Sync your fork

$ git fetch upstream
$ git merge upstream/master

Install composer dependencies

$ composer install.

Supporting Organizations

weKnow

Anexus

WordPress is a registered trademark of WordPress Foundation.

Popular Wordpress Projects
Popular Plugin Projects
Popular Content Management Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Plugin
Theme
Wordpress
Role
Cron