Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rrze-webteam/block-template
Block Template for @wordpress/create-block
https://github.com/rrze-webteam/block-template
Last synced: 2 days ago
JSON representation
Block Template for @wordpress/create-block
- Host: GitHub
- URL: https://github.com/rrze-webteam/block-template
- Owner: RRZE-Webteam
- Created: 2023-02-07T11:36:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T10:12:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T14:51:37.011Z (17 days ago)
- Language: Mustache
- Size: 631 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Block Template
This is a WordPress block template for [`@wordpress/create-block`](https://www.npmjs.com/package/@wordpress/create-block).
`@wordpress/create-block` is an officially supported tool for scaffolding a WordPress plugin that registers a block.
## Usage
This block template can be used by running the following command:
```bash
npx @wordpress/create-block --template @rrze/block-template
```