Download the PHP package horttcore/gutenberg-block-boilerplate without Composer
On this page you can find all versions of the php package horttcore/gutenberg-block-boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download horttcore/gutenberg-block-boilerplate
More information about horttcore/gutenberg-block-boilerplate
Files in horttcore/gutenberg-block-boilerplate
Download horttcore/gutenberg-block-boilerplate
More information about horttcore/gutenberg-block-boilerplate
Files in horttcore/gutenberg-block-boilerplate
Vendor horttcore
Package gutenberg-block-boilerplate
Short Description A WordPress Gutenberg Block Boilerplate
License GPL-3.0-or-later
Package gutenberg-block-boilerplate
Short Description A WordPress Gutenberg Block Boilerplate
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package gutenberg-block-boilerplate
Gutenberg Block Boilerplate
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
All versions of gutenberg-block-boilerplate with dependencies
PHP Build Version
Package Version
No informations.
The package horttcore/gutenberg-block-boilerplate contains the following files
Loading the files please wait ....