CakeWP / gutenberg-extension-starter-template

A custom starter extension, allows you to quickly generate gutenberg plugins.

Home Page:https://gutenberghub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gutenberg Starter Template

An starter template for creating gutenberg based plugins.

Installation

Simply use this template repository inside a WordPress installation -> Plugins Directory, and run npm install in your project root.

Available Commands

Here's a list of available commands you can use

Command Description
npm start Starts the development build
npm run build Create production build
npm run format Formats the plugin
npm run lint:css Lints css files
npm run lint:js Lints javascript files
npm run plugin-zip Create a plugin zip
npm run packages-update Update wordpress packages to latest version

About

A custom starter extension, allows you to quickly generate gutenberg plugins.

https://gutenberghub.com


Languages

Language:PHP 84.2%Language:JavaScript 11.4%Language:SCSS 4.5%