Skip to content

Releases: wp-cli/scaffold-package-command

Version 0.3.0

25 May 07:20

Choose a tag to compare

  • Only adds commands if the scaffold command is already loaded.
  • Adds scaffold package-github command to generate default GitHub templates.
  • Skip creating features/load-wp.feature is the features folder already contains a feature.
  • Use PSR-4 for autoloading.
  • Launch other WP-CLI processes through WP-CLI::runcommand().
  • Various dependency and testing updates.

Version 0.2.0

27 Nov 14:01

Choose a tag to compare

  • Installs scaffolded command with wp package install to make it immediately available after scaffolding.
  • Includes "type": "wp-cli-package" when scaffolding a new command.
  • Renders README shields on the same line.
  • Ignores distribution files in .gitignore and .distignore.
  • Ignores .gitlab-ci.yml and behat.yml in .distignore.
  • Drops Composer from bin/install-package-tests.sh, as the assumption is that Composer is already available on the system.

Version 0.1.0

05 Oct 23:31

Choose a tag to compare

  • Initial release.