wp-block-directory-template
Template to use with @wordpress/create-block
for scaffolding WordPress plugin optimized for usage with Block Directory. This is a customized version of the block template presented in the official WordPress Tutorial for the block editor.
Usage
This block template can be used by running the following command:
npx @wordpress/create-block@next --template buddy-wp-block-directory-template
Using with Buddy
After creating a new project based on this template you'll get access to pipelines below:
- Build and Release - it's responsible for testing, building and creating a zip file
- Lint - it will constantly test your code