jmichaelward / wp-editor-block-installer
Composer installer for custom WordPress editor block components.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.0
Requires (Dev)
- composer/composer: ^1.8
This package is auto-updated.
Last update: 2024-10-17 13:40:55 UTC
README
This package supports the development of standalone WordPress editor blocks, installable as individual Composer packages. To add it to your plugin or theme's Composer-based project, run:
composer require jmichaelward/wp-editor-block-installer
Subsequent to installing this package, any custom packages you require
via Composer with the type of wordpress-block
will get automatically
installed to the blocks
directory of your project.
Notes
This package is in beta development - not recommended for use in production.