create-wordpress-plugin
create-wordpress-plugin copied to clipboard
A skeleton repository for Alley's WordPress Plugins
### Description see https://make.wordpress.org/core/2024/10/17/new-block-type-registration-apis-to-improve-performance-in-wordpress-6-7/ It looks like after running `wp-scripts build` we would also run `wp-scripts build-blocks-manifest` With the manifest file generated, you can now register the block metadata collection...
### Description of the bug I should be allowed to use dev dependencies within tests  ### Steps To Reproduce Using RTL as dev dependecies write a test utilising the...
### Description See image below showing the describe function highlighted in red. The IDE is asking me to install the types. Can we add it by default as an enhancement...
### Description Currently generating new entries they automatically fail in CI because PHPStan complains about things not being typed. Example:  ### Use Case I want to use the provided...
### Description I am trying to integrate phpcs with my IDE but it rejects the .phpcs.xml file removing the the dot from the beginning fixies it but then it breaks...
After creating a new repository from this template, dependabot automatically broke it. Example project: https://github.com/srtfisher/working-action-release PRs that dependabot created and were automerged that broke it: - https://github.com/srtfisher/working-action-release/pull/3 - https://github.com/srtfisher/working-action-release/pull/5 After...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.28.3 to 7.28.5. Release notes Sourced from @babel/preset-env's releases. v7.28.5 (2025-10-23) Thank you @CO0Ki3, @Olexandr88, and @youthfulhps for your first PRs! :eyeglasses: Spec Compliance babel-parser #17446 Allow...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @stefanzweifel Restore Detached State Detection (#393) @stefanzweifel Add Support for Tag...
### Description I would like to see the standalone-project files (`.github`, `.wp-env.json`, `.deployignore`, `.phpcs.xml`, `package.lock.json`, .github (folder), `.phpcs` (folder) etc.) deleted when this project is configured to be rolled up...