Releases: wp-cli/scaffold-package-command
Releases · wp-cli/scaffold-package-command
Version 0.2.0
- 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
andbehat.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
- Initial release.