Josh's opinionated boilerplate and template for WordPress plugin with PSR-4 autoloader, TypeScript, Docker, Github actions, and other fun stuff.
The steps to generate your own plugin are documented in Getting Started.
This option includes everything: local dev, Typescript, composer autoloader, PHP tests, JavaScript tests, etc.
This version has less things, it does not use Yarn workspace or Typescript or composer. It generates one PHP file that can load JS/CSS and a WordPress-friendly webpack config for a React-powered admin interface and a block.
Please feel free to open a pull request if you would like to contribute.