Last Updated on September 20, 2018 by Neil Murray
I recommend we follow/watch create-guten-block.
Neil Murray Feb. 13 2018
create-guten-block – a zero-configuration #0CJS developer toolkit for building WordPress Gutenberg block plugins
Some articles on using create-guten-block:
- Learning Gutenberg: A Primer with create-guten-block
- Using Create Guten Block to Build Block Ready Plugins
- How to Create Your First Gutenberg Block with CGB
- Building Gutenberg Blocks With create-guten-block
- Add a .gitignore file to the generated plugin
Other useful articles:
Why create-guten-block?
Well, it’s really hard to configure things like Webpack, React, ES 6/7/8/Next, ESLint, Babel, etc. before you even start writing a Hello World gutenberg block. Then there’s the fact that you have to maintain and constantly update your configuration with all the new tools and growth in the JavaScript community.
create-guten-block hides all this configuration away in an optimized package that we call cgb-scripts. This package is the only dependency in your projects. We keep cgb-scripts up to date while you go ahead and create the next best WordPress themes and plugins.