create-guten-block icon indicating copy to clipboard operation
create-guten-block copied to clipboard

📦 A zero-configuration #0CJS developer toolkit for building WordPress Gutenberg block plugins.

Results 106 create-guten-block issues
Sort by recently updated
recently updated
newest added

Let's talk a little about how and if we are going to add a command that creates a new block inside of a previously created #GutenBlock via `create-guten-block`. ![image](https://on.ahmda.ws/oyb2/c) ###...

🔥 DECISION PENDING
HACKTOBERFEST

Hey, the `cgb-scripts build` command is clearing the console. Is there a way to prevent that, make it optional or just straight out abandon this feature? It's a poor experience...

## Bug Report Installed on a fresh copy of WordPress 5.3.2 Followed instructions npm run build and it doesn't show up in the editor as a selectable block under common...

I can only make changes to the js of the block one time. I think I must be missing a step in my development process. 1. `npx create-guten-block my-block` `cd...

Hi, thanks for this great tool. I would like to use in my blocks the Fragment shorthand notation ` ... ` Unfortunately, when I 'compile' the code with that component,...

## Feature Request **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I have an issue when [...]...

` /** * BLOCK: nh-blocks * * Registering a basic block with Gutenberg. * Simple block, renders and saves the same content without any interactivity. */ import { categories }...

Hi everyone ! I love this plugin and I think it can be quite powerful but I'm encountering an issue that is blocking me. I want to use Material-UI react...

🚀 Today, I am super excited to release the first public version of `create-guten-block`. 📖 I wrote a 3,000 words blog post about it → https://awais.dev/cgb-post Yes, that's not all...

⚡️ IN PROGRESS
HACKTOBERFEST

Avoids error when there file does not exist (eg: there's no editor styles).