@eighteen73/create-block-template
v1.0.3
Published
A template for use with @wordpress/create-block to allow scaffolding blocks and plugins to eighteen73 standards.
Readme
eighteen73 Create Block Template
Overview
Template for use with @wordpress/create-block to scaffold blocks to eighteen73 standards.
Features
- Single block plugin -- Default (dynamic) -- innerBlocks -- Interactive
- Create another block inside plugin
- Create a plugin
Usage
Basic usage:
npx @wordpress/create-block@latest --template @eighteen73/create-block-templateThen follow the options to pick the variant.
Create another block inside a block plugin:
npx @wordpress/create-block@latest --template @eighteen73/create-block-template --no-pluginCreate a plugin without blocks:
npx @wordpress/create-block@latest --template @eighteen73/create-block-template --variant noBlocks