All Projects → jayhill90 → Genesis Generator

jayhill90 / Genesis Generator

WordPress plugin to generate a child theme based on the Genesis Sample theme via WP-CLI

Projects that are alternatives of or similar to Genesis Generator

dudestack
A toolkit for creating a new professional WordPress project with deployments. Originally based on Roots/bedrock.
Stars: ✭ 82 (+331.58%)
Mutual labels:  wp-cli, wordpress-plugin
Wordpress To Jekyll Exporter
One-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Jekyll
Stars: ✭ 951 (+4905.26%)
Mutual labels:  wp-cli, wordpress-plugin
Cavalcade
A better wp-cron. Horizontally scalable, works perfectly with multisite.
Stars: ✭ 412 (+2068.42%)
Mutual labels:  wp-cli, wordpress-plugin
Stream
🗄️ Stream plugin for WordPress
Stars: ✭ 335 (+1663.16%)
Mutual labels:  wp-cli, wordpress-plugin
Wp Password Bcrypt
WordPress plugin to implement secure bcrypt hashed passwords
Stars: ✭ 520 (+2636.84%)
Mutual labels:  wordpress-plugin
Wordpresscan
WPScan rewritten in Python + some WPSeku ideas
Stars: ✭ 456 (+2300%)
Mutual labels:  wordpress-plugin
Woocommerce Custom Orders Table
Store WooCommerce order data in a custom table for improved performance.
Stars: ✭ 415 (+2084.21%)
Mutual labels:  wordpress-plugin
Wp Rocket
Performance optimization plugin for WordPress
Stars: ✭ 394 (+1973.68%)
Mutual labels:  wordpress-plugin
Wordpress Theme Framework
Lightweight MVC theming framework for developers who want to better organize their own custom themes with an MVC approach.
Stars: ✭ 18 (-5.26%)
Mutual labels:  wordpress-plugin
Acf 5 Pro Json Storage
Save ACF 5 Pro field groups as JSON within this plugin, rather than inside your theme.
Stars: ✭ 16 (-15.79%)
Mutual labels:  wordpress-plugin
Coblocks
A suite of professional page building content blocks for the WordPress Gutenberg block editor.
Stars: ✭ 486 (+2457.89%)
Mutual labels:  wordpress-plugin
Wordpress Nginx Docker Compose
Run WordPress with nginx using Docker Compose.
Stars: ✭ 460 (+2321.05%)
Mutual labels:  wp-cli
Wordpress Github Sync
A WordPress plugin to sync content with a GitHub repository (or Jekyll site)
Stars: ✭ 570 (+2900%)
Mutual labels:  wordpress-plugin
Airplane Mode
Disables external data calls and loading for working on a purely local (i.e. no internet connection) WordPress site
Stars: ✭ 441 (+2221.05%)
Mutual labels:  wp-cli
Wp Print
Displays a printable version of your WordPress blog's post/page.
Stars: ✭ 16 (-15.79%)
Mutual labels:  wordpress-plugin
Wocker
Create your WordPress development environment in 3 SECONDS!
Stars: ✭ 482 (+2436.84%)
Mutual labels:  wp-cli
Wordpress Multi Env Config
WordPress Multi-Environment Config
Stars: ✭ 743 (+3810.53%)
Mutual labels:  wp-cli
Intervention
WordPress plugin to configure wp-admin and application state using a single config file.
Stars: ✭ 481 (+2431.58%)
Mutual labels:  wordpress-plugin
Wp Discourse
WordPress plugin that lets you use Discourse as the community engine for a WordPress blog
Stars: ✭ 474 (+2394.74%)
Mutual labels:  wordpress-plugin
Web Stories Wp
Web Stories for WordPress
Stars: ✭ 502 (+2542.11%)
Mutual labels:  wordpress-plugin

=== Genesis Generator === Contributors: jayhill90 Donate link: https://wpdev.life Tags: Genesis, theme, generator Requires at least: 4.5 Tested up to: 5.2.2 Stable tag: 0.4.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html

This plugin adds a WP CLI command to be able to scaffold a Genesis Sample theme.

== Description ==

This plugin adds a WP-CLI command to be able to generate a Genesis Sample theme, with all of the replacements being complete. This is a work in progress, and is meant as a proof of concept on how valuable this could be to Genesis core.

Currently this only supports Genesis/Genesis Sample 3.0.1. If you're running 2.10 or lower please upgrade.

I value feedback so if there's anything amiss feel free to open up an issue or hit me on twitter @wpdevlife.

== Installation == Ensure the Genesis Framework is installed. Git clone this repo or download as zip to your plugins folder. Activate the plugin. Open up WP-CLI and run the wp scaffold genesis command.

ex: wp scaffold genesis my-theme --author="Jay Hill" --uri="wpdev.life" --description="My awesome theme" --theme_uri="testinproduction.systems"

Once complete, you can switch to your new theme with wp theme activate my-theme and begin development work.

== Frequently Asked Questions ==

Does this pull Genesis themes like Academy Pro or another StudioPress theme? This will scaffold a new theme based on Genesis Sample and make the replacements to update Genesis Sample references.

== Screenshots ==

Soon.

== Changelog == = 0.4.2 = Fixed some missing replacement strings.

= 0.4.1 = Added functionality to download Genesis Sample based on installed Genesis version

= 0.4.0 = Added theme_uri author_uri description and other args for command. Expanded documentation. Cleaned up more code.

= 0.1.2 = Ensured theme is installed locally. Minor bug fixes.

= 0.1.0 =

  • Initial base functionality.
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].