Genesis Generator
WordPress plugin to generate a child theme based on the Genesis Sample theme via WP-CLI
by Jay Hill · github.com/jayhill90/genesis-generator · website
★ 20stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jayhill90/genesis-generator/archive/refs/heads/master.zipFrom the readme
This plugin adds a WP CLI command to be able to scaffold a Genesis Sample theme.
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.
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" --themeuri="testinproduction.systems"
Once complete, you can switch to your
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.0 | Aug 15, 2019 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.