Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.08 KB

gutenberg-plugin-template

A template for WordPress plugin that extends Gutenberg editor.

Requirements

Includes

Usage

  1. Download zip
  2. npm install or yarn
  3. composer install
  4. Start your awesome project👍

Build

  • npm run build for full build
  • npm run watch for iteration of partial build (a.k.a "watch" mode)

Lint

  • npm run lint for JavaScript
  • npm run lint -- --fix for fixing JavaScript errors
  • ./vendor/bin/phpcs for PHP
  • ./vendor/bin/phpcbf for fixing PHP errors

Todo