Small script to quickly setup a test site with a desired WordPress version, themes and plugins.
Just modify the yaml config with the desired versions of WP, plugins with versions and themes with versions and have it running locally in less than a minute. Useful for testing stuff without connecting to the real site.
NOTE: so far only free plugins/themes sorry.
Example config:
Just modify the yaml config with the desired versions of WP, plugins with versions and themes with versions and have it running locally in less than a minute. Useful for testing stuff without connecting to the real site.
NOTE: so far only free plugins/themes sorry.
Example config:
YAML:
wordpress_version: "6.5.5"
...
plugins:
wordfence: "7.4.1"
woocommerce: "5.9.0"
...
themes:
twentytwenty: "1.7"