Skip to content

Helper command to apply some site presents when I spin up sites

Notifications You must be signed in to change notification settings

jconroy/wp-cli-presets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Helper command to apply some site presents when I spin up sites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages