Scaffolds WP-CLI commands with functional tests, full README.md, and more.
Find a file
Daniel Bachhuber bd406fa9b5 Merge pull request #2 from wp-cli/fix-copy-paste-fail
Fix copy and paste fail
2016-02-16 06:44:36 -08:00
features A command to scaffold other commands 2016-02-16 05:59:30 -08:00
inc Fix copy and paste fail 2016-02-16 06:19:26 -08:00
templates A command to scaffold other commands 2016-02-16 05:59:30 -08:00
.editorconfig A command to scaffold other commands 2016-02-16 05:59:30 -08:00
.gitignore A command to scaffold other commands 2016-02-16 05:59:30 -08:00
.travis.yml A command to scaffold other commands 2016-02-16 05:59:30 -08:00
command.php Bring the command into the WP_CLI namespace 2016-02-16 06:07:41 -08:00
composer.json A command to scaffold other commands 2016-02-16 05:59:30 -08:00
README.md Add installation instructions to readme 2016-02-16 06:44:27 -08:00

scaffold-package-command

Scaffold WP-CLI commands

Build Status

Quick links: Installing | Contributing

Installing

wp scaffold package requires the latest nightly version of WP-CLI. Update with wp cli update --nightly.

Once you've done so, you can install wp scaffold package with wp package install wp-cli/scaffold-package-command

Contributing

Code and ideas are more than welcome. Please open an issue with questions, feedback, and violent dissent. Pull requests are expected to include test coverage.