wesleytodd / YeoPress

A Yeoman generator for WordPress
Other
1.08k stars 163 forks source link

REQ: add more automation using wp-cli #181

Open jeremybradbury opened 8 years ago

jeremybradbury commented 8 years ago

I noticed in your video things like using the admin interface to activate the theme, but that's a single command with wp-cli, using a known (user provided) custom theme name.

Just one example of how (optionally) checking for and (optionally) installing wp-cli can close the loop on doing pretty much everything from the CLI.

https://wp-cli.org/

I would be glad to contribute if needed. However, I will first need to better familiarize myself with your code & process and don't want to slow you down if you (@wesleytodd) or others are motivated by this idea.

Seems like this could handle issues like this in no time: #117

wesleytodd commented 8 years ago

This would be an awesome addition! A PR is welcome

jaclyntan commented 8 years ago

Hi, I've actually put something like this together and it works reasonably well. Will try and clean it up a bit and send a PR.