Skip to content

gabripuglia/gutenberg-wordpress-block-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress Gutenberg Blocks Generator

With this script you may create how many wordpress gutenberg blocks you want without duplicate node modules

Installation

Create Block

  • From the main folder of this repo, run the command npm run create-block {block_name}
  • The script will create a folder "blocks". You can find all the files of the new block inside that directory

Build and Start

  • Move to ../blocks/{block_name} folder
  • Run the command npm run build OR npm run start

Other features

  • From the main folder of this repo, run npm run build-all (alpha) -- Force the build for every blocks. Usefully if you use custom react components across the blocks.

About

Add to your plugin or theme an engine to develope gutenberg blocks one by one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published