You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,7 @@ Yeoman will prompt you which version of WordPress you want to use (latest stable
45
45
## Configuration
46
46
47
47
Yeoman-WordPress stores some defaults values so you won't have to type the same things every time you start a project. The first time you will use the generator it will create a config file with the informations you gave. These informations will be used as default values so you can override them during the init tasks. If you want to change the default values you can do it by editing the config file located in `~/.yeoman-wordpress/config.json`.
48
+
49
+
## Plans
50
+
51
+
I plan on getting a few more smaller items done in the near future, including better error catching (mainly around the MySQL database), creating the actual wp-config file and hopefully integrating with wp-cli to run the WordPress install.
0 commit comments