-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
59 lines (41 loc) · 1.88 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
=== 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.