Generates code for post types, taxonomies, blocks, plugins, child themes, etc.
Find a file
Daniel Bachhuber 980f23bb0e Merge pull request #1261 from lkwdwrd/fast-s-r
Faster Search / Replace
2014-07-28 07:38:40 -07:00
features Throw an error when post type slug is too long 2014-07-18 19:12:05 +00:00
php/commands Throw an error when post type slug is too long 2014-07-18 19:12:05 +00:00
templates wp scaffold plugin generate a sample readme.txt 2014-05-02 11:00:32 -03:00
.gitignore update utils/dev-build 2013-08-12 23:49:16 +03:00
composer.json Update to php-cli-tools latest, which fixes Hungarian cron list 2014-06-29 13:05:22 -07:00
CONTRIBUTING.md Add mention that each contribution should be on a separate branch. 2014-07-14 15:30:55 +00:00
LICENSE.txt be more explicit about which code is covered by the MIT license 2013-04-12 17:24:02 +03:00
README.md update list of maintainers 2014-04-17 19:46:12 +03:00

WP-CLI

Build Status

WP-CLI is a set of command-line tools for managing WordPress installations.

Installing

If you just want to use WP-CLI, see http://wp-cli.org/#install.

If you want to hack on WP-CLI, see CONTRIBUTING.md.

Where can I get more info?

For documentation and examples, check out wp-cli.org and the wiki.

Also, WordPress Answers has a growing list of WP-CLI related questions.

If you want to receive an email for every single commit, you can subscribe to the wp-cli-commits mailing list.

I'm running into troubles, what can I do?

To suggest a feature, report a bug, or general discussion, visit the issues section.

If you're reporting a bug, please also post the output from wp --info.

Credits

Besides the libraries defined in composer.json, we have used code or ideas from the following projects:

Who's behind this thing?

For more info, see Governance.

A complete list of contributors can be found here.