@@ -37,7 +37,8 @@ Theme Name: (WP Theme)
37
37
Template: ()
38
38
Theme URI: (https://github.com/example/wp-theme)
39
39
Theme Bugs URI: (https://github.com/example/wp-theme/issues)
40
- Theme Repository URI: (git+ssh://git@github.com:example/wp-theme.git)
40
+ Theme Repository URI: (https://github.com/example/wp-theme.git)
41
+ Theme Repository SSH: ()
41
42
Theme Repository Type: (git)
42
43
Description: (This theme was generated using create-wp-theme.)
43
44
Author: (Example, INC.)
@@ -50,6 +51,7 @@ WP Version Tested: (6.0.0)
50
51
Function Prefix: (wp_theme)
51
52
Class Prefix: (WP_Theme)
52
53
Constant Prefix: (WP_THEME)
54
+ WP Engine Environment: (wpthemedev)
53
55
```
54
56
55
57
> ** Note:** Any promptable options that have values already provided by the user will not be prompted for. If the tool detects that all possible option values have already been provided by the user, it won't display the prompt, and will instead jump directly into creation.
@@ -70,7 +72,7 @@ The tool will log its progress and errors in the console, exiting on completion
70
72
📄 License written ― LICENSE
71
73
📚 Theme relocated ― tests\wp-theme
72
74
📁 Repo initialized ― Repo type: "git"
73
- 🔗 Remote repo added ― git+ssh://git @github.com:example/wp-theme.git
75
+ 🔗 Remote repo added ― git@github.com:example/wp-theme.git
74
76
💾 Initial files committed ― [main (root-commit) 37be1d1] ― 56 files changed, 4276 insertions(+)
75
77
76
78
🚀 Theme created ― Created "WP Theme" in tests\wp-theme
@@ -111,13 +113,14 @@ The tool will rename files and generate file contents if it detects placeholders
111
113
112
114
### File Content Replacement
113
115
114
- | Placeholder | Replacement | Description |
115
- | ----------- | ------------------------ | ------------------------------------------- |
116
- | ` wp-theme ` | ` <dir> ` | The kebab-cased directory argument. |
117
- | ` wp_theme ` | ` -F ` , ` --functionPrefix ` | The snake-cased function prefix option. |
118
- | ` WP_Theme ` | ` -C ` , ` --classPrefix ` | The pascal-snake-cased class prefix option. |
119
- | ` WP_THEME ` | ` -c ` , ` --constantPrefix ` | The constant-cased constant prefix option. |
120
- | ` WP Theme ` | ` -N ` , ` --themeName ` | The unmodified theme name option. |
116
+ | Placeholder | Replacement | Description |
117
+ | ----------- | ------------------------ | -------------------------------------------- |
118
+ | ` WP Theme ` | ` -N ` , ` --themeName ` | The unmodified theme name option. |
119
+ | ` wp_theme ` | ` -F ` , ` --functionPrefix ` | The snake-cased function prefix option. |
120
+ | ` WP_THEME ` | ` -c ` , ` --constantPrefix ` | The constant-cased constant prefix option. |
121
+ | ` WP_Theme ` | ` -C ` , ` --classPrefix ` | The pascal-snake-cased class prefix option. |
122
+ | ` class-wp-theme-* ` | ` -C ` , ` --classPrefix ` | The parsed class prefix option, kebab-cased. |
123
+ | ` wp-theme ` | ` <dir> ` | The kebab-cased directory argument. |
121
124
122
125
### File Renaming
123
126
@@ -158,7 +161,8 @@ Options:
158
161
-T, --themeTemplate [string] The parent theme if this is a child theme (default: "")
159
162
-U, --themeURI <string> The theme URI (default: "https://github.com/example/wp-theme")
160
163
-B, --themeBugsURI <string> The theme bugs URI (default: "https://github.com/example/wp-theme/issues")
161
- -R, --themeRepoURI <string> The theme repository URI (default: "git+ssh://git@github.com:example/wp-theme.git")
164
+ -R, --themeRepoURI <string> The theme repository HTTPS URI (default: "https://github.com/example/wp-theme.git")
165
+ -S, --themeRepoSSH [string] The theme repository SSH URI (default: "")
162
166
-r, --themeRepoType <string> The theme repository type (default: "git")
163
167
-D, --themeDescription <string> The theme description (default: "This theme was generated using create-wp-theme.")
164
168
-A, --themeAuthor <string> The theme author (default: "Example, INC.")
0 commit comments