All Projects → weknowinc → wp-console

weknowinc / wp-console

Licence: other
A Wordpress CLI. A tool to generate boilerplate code, interact with and debug Wordpress.

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to wp-console

vip-go-site
🧰 Project template for VIP Go hosted websites with local development environment
Stars: ✭ 32 (+77.78%)
Mutual labels:  wordpress-boilerplate
wp-project-skeleton
A skeleton WordPress project to be used as a base for new WordPress projects.
Stars: ✭ 33 (+83.33%)
Mutual labels:  wordpress-boilerplate
Guty-Blocks-2
A minimal, fast development environment for WordPress Gutenberg blocks
Stars: ✭ 52 (+188.89%)
Mutual labels:  wordpress-boilerplate
monsieurpress
A minimal & lightweight WordPress starter theme using gulp
Stars: ✭ 39 (+116.67%)
Mutual labels:  wordpress-boilerplate
regolith
A WordPress installation template that's a little bit looser than Bedrock
Stars: ✭ 24 (+33.33%)
Mutual labels:  wordpress-boilerplate
Wordpress Bootstrap
Bootstrap in WordPress theme form - Bootstrap 3.3.1
Stars: ✭ 1,494 (+8200%)
Mutual labels:  wordpress-boilerplate
Bedrock
WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure
Stars: ✭ 5,456 (+30211.11%)
Mutual labels:  wordpress-boilerplate
WooCommerce-Plugin-Extension-Boilerplate
Plugin boilerplate to create extensions of WooCommerce
Stars: ✭ 16 (-11.11%)
Mutual labels:  wordpress-boilerplate
obsidian
A WordPress starter kit for the modern web.
Stars: ✭ 20 (+11.11%)
Mutual labels:  wordpress-boilerplate
RaccoonWP
Modern Architecture Stack and Starter Theme for WordPress
Stars: ✭ 17 (-5.56%)
Mutual labels:  wordpress-boilerplate
untheme
A blank WordPress theme for developers.
Stars: ✭ 82 (+355.56%)
Mutual labels:  wordpress-boilerplate
starter-kit-theme
WordPress starter theme with a modern development stack for launching projects faster and easily
Stars: ✭ 25 (+38.89%)
Mutual labels:  wordpress-boilerplate
WordPress-Starter-Plugin
A well documented starter plugin for quick WordPress plugin development.
Stars: ✭ 21 (+16.67%)
Mutual labels:  wordpress-boilerplate
dudestack
A toolkit for creating a new professional WordPress project with deployments. Originally based on Roots/bedrock.
Stars: ✭ 82 (+355.56%)
Mutual labels:  wordpress-boilerplate
air
A hyper-minimal WordPress starter theme for developers built with Tailwind CSS.
Stars: ✭ 45 (+150%)
Mutual labels:  wordpress-boilerplate
WPKirk
A WP Bones skeleton Plugin
Stars: ✭ 28 (+55.56%)
Mutual labels:  wordpress-boilerplate
UpGulp
A Gulp Starter for your WordPress project
Stars: ✭ 29 (+61.11%)
Mutual labels:  wordpress-boilerplate

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].