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

## Feature Request **Describe your use case and the problem you are facing** `wp scaffold child-theme` creates the child theme with the old theme functions like `get_template_directory_uri`. It would be...

command:scaffold-child-theme

## Bug Report **Describe the current, buggy behavior** Running `wp scaffold plugin` generates a `package.json` which contains: ``` "devDependencies": { "grunt": "~0.4.5", "grunt-wp-i18n": "~0.5.0", "grunt-wp-readme-to-markdown": "~1.0.0" } ``` Running `npm...

command:scaffold-plugin

https://docs.travis-ci.com/user/database-setup/#mysql Could it be that TravisCI needs additional configuration to start MySQL?

command:scaffold-plugin-tests

## Feature Request In https://core.trac.wordpress.org/changeset/45570, a new E2E test setup was added to WordPress core. Maybe we can provide a similar setup for the plugin scaffolding so that developers can...

command:scaffold-plugin-tests

The Bitbucket CI Tests added with the `wp scaffold plugin-tests` command do not work correctly. I always get following error with phpcs test. ```

I can't seem to generate a configuration file for Bitbucket Pipelines. ``` $ wp scaffold plugin-tests my-plugin --ci=bitbucket Error: Parameter errors: Invalid value specified for 'ci' (Choose a configuration file...

Gutenberg blocks can optionally have a corresponding dynamic template that gets rendered server side. An example of this is the rendering of the Latest Posts block that's included in Gutenberg:...

command:scaffold-block

When I run `wp scaffold child-theme` the command add loading of style.css but not rtl.css. rtl.css is very important for right to left languages. please add loading of its.

command:scaffold-child-theme

Currently, `wp scaffold theme-tests` sets up a PHPUnit framework for themes. Additionally, it would be great if there were an options for setting up JS tests. **Background:** As part of...

command:scaffold-theme-tests

Given a plugin: `plugins/foo/bar.php`, if you run `wp scaffold plugin-tests foo`, `tests/bootstrap.php` will generate this: ```php /** * Manually load the plugin being tested. */ function _manually_load_plugin() { require dirname(...

bug
command:scaffold-plugin-tests