ColoredCow / wordpress-init

Boilerplate code for a new WordPress Site
GNU General Public License v3.0
6 stars 5 forks source link

(#20) Add wp-cli.yml for repository #21

Open pokhiii opened 4 years ago

pokhiii commented 4 years ago

Fixes: #20

Changes proposed

  1. Add wp-cli.yml for the project
  2. Specify the path configuration to specify the path to WP installation

How to test?

  1. Clone and cd in the project
  2. Run composer install
  3. Run a WP-CLI command like wp core version (it will error)
  4. Now checkout to this branch and again run the WP-CLI command