create-wordpress-plugin icon indicating copy to clipboard operation
create-wordpress-plugin copied to clipboard

A skeleton repository for Alley's WordPress Plugins

Results 29 create-wordpress-plugin issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement
php
gutenberg

### Description of the bug I should be allowed to use dev dependencies within tests ![Image](https://github.com/user-attachments/assets/db3833b3-6de6-4eb0-9ecb-ec543475f905) ### Steps To Reproduce Using RTL as dev dependecies write a test utilising the...

bug

### 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...

enhancement

### Description Currently generating new entries they automatically fail in CI because PHPStan complains about things not being typed. Example: ![Image](https://github.com/user-attachments/assets/35645d41-17b7-4467-ba88-d7d5f95af49d) ### Use Case I want to use the provided...

enhancement

### 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...

dependencies
javascript

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...

dependencies
github_actions

### 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...