Scaffolds WP-CLI commands with functional tests, full README.md, and more.
Find a file
2016-03-07 16:17:14 -08:00
features Make package generation more DRY by reusing this package 2016-03-07 14:25:25 -08:00
inc Make package generation more DRY by reusing this package 2016-03-07 14:25:25 -08:00
templates Scaffold composer.json to require-dev Behat 2016-03-07 16:17:14 -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 Port wp scaffold package-tests into the scaffold package command 2016-03-07 13:59:58 -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
wp-cli.yml Load the package scaffold command by default 2016-03-04 16:02:22 -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.