scaffold-command icon indicating copy to clipboard operation
scaffold-command copied to clipboard

Generates code for post types, taxonomies, blocks, plugins, child themes, etc.

Results 64 scaffold-command issues
Sort by recently updated
recently updated
newest added

Currently `bitbucket` is not accepted in `--ci` in `scaffold plugin` but in `scaffold plugin-tests` we have already implemented `bitbucket` CI. So, this PR adds `bitbucket` as valid CI in `scaffold...

Fixes https://github.com/wp-cli/scaffold-command/issues/197 * Removed older PHP versions and add test for newer PHP versions

Fixes https://github.com/wp-cli/scaffold-command/issues/140 * `plugin-gruntfile.mustache` is removed. * `plugin-packages.mustache` is removed. * `plugin-composer.mustache` is added. * `vendor/` is added in `plugin-gitignore.mustache` * In composer `wp-cli/i18n-command` package is added. Script `makepot` is...

Fixes https://github.com/wp-cli/scaffold-command/issues/239