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 Upgrading the project from Buddy to GitHub actions will ensure parity with other Alley projects, reduce costs, and allow leveraging 'shared' common workflows or actions. ## Acceptance Criteria...

enhancement
ci/cd

Replace the scaffolder branch and the scaffolder used by the project with the new Alley Scaffolder: https://github.com/alleyinteractive/alley-scripts/blob/main/packages/scaffolder/README.md - [ ] Plugin can scaffold a field. - [ ] Plugin can...

### Description I would like to see [Rector](https://getrector.com/) available for use in our code bases. Rector is an insanely powerful tool that can automate upgardes of our projects to new...

enhancement
php

### Description I would like to allow users to be able to scaffold out a PHPUnit 9 plugin. When scaffolding out a new plugin for a project that still uses...

enhancement
php

### Description of the bug The meta.php file uses function `validate_path` found in assets.php. If you tell the configure process that the plugin will not have built assets, assets.php gets...

bug

### Description I would like to see our plugins not conflict with code in a project and act more isolated. When requiring a `create-wordpress-plugin`-based plugin, you're also including all the...

enhancement
php
ci/cd

### Description of the bug The `Make` script (`./configure.php`) is finding and replacing the `@alleyinteractive/*` NPM package namespace with the when executed. ### Steps To Reproduce 1. Clone the plugin...

bug
shell

### Description For all key/value pairs where the value we're specifying is already the default, remove the config option from tsconfig.json and rely on the default value instead. ### Use...

enhancement

### Description IE11 is now considered "dead" so our configuration to use the defaults and exclude IE11 is redundant. Recommend removing the `browserslist` entry from `package.json` entirely so it uses...

enhancement

### Description of the bug The phpstan config points to an include file in the vendor directory within the plugin, but if the plugin is installed as part of a...

bug