Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 459 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 459 Bytes

wp-cli-presets

Some personal presets I use locally when spinning up new sites to make the process a little quicker.

Works well alongside wp-cli-valet-command.

Examples

cd ~/Sites

wp valet new test-site

cd test-site

wp presets apply

Or to additionally clone WooCommerce, Subscriptions, Stripe etc.

cd ~/Sites

wp valet new test-site

cd test-site

wp presets apply --type=woo