horttcore / gutenberg-block-boilerplate
A WordPress Gutenberg Block Boilerplate
Installs: 51
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Language:JavaScript
Type:wordpress-plugin
This package is auto-updated.
Last update: 2020-09-06 23:55:54 UTC
README
A WordPress Gutenberg Block Boilerplate
Features
- Block registration
- Styles
- Translation ready
- Complete build process
Installation
composer create-project horttcore/gutenberg-block-boilerplate my-awesome-block
Setup
- Search+Replace
gutenberg-block-boilerplate
with your project slug - Search+Replace
GutenbergBlockBoilerplate
with your php namespace - Search+Replace
Gutenberg Block Boilerplate
with your plugin name - Run
yarn
ornpm install
Development
- Run
yarn dev
to build development code - Run
yarn watch
to build development code with file watcher
Production
- Run
yarn production
to build production ready code
Ideas
- Replace scss with postcss
- Add a post-project-create-cmd to automatically do the setup
- Turning into a project plugin
- Add service container
- Add server side block registration