Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 720 Bytes

File metadata and controls

24 lines (15 loc) · 720 Bytes

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