Skip to content

Releases: wp-cli/scaffold-package-command

Version 0.2.0

27 Nov 14:01
Compare
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
Compare
Choose a tag to compare
  • Initial release.