WordPress starter plugin

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:wordpress-plugin

0.0.1 2022-11-11 11:14 UTC

This package is auto-updated.

Last update: 2024-04-11 14:39:15 UTC


README

Brick is a WordPress starter plugin that makes for easy and fast plugin creation.

Prerequisites

Basic installation

Testing

Installation

  1. Create a new project using Composer:
    composer create-project achttienvijftien/brick {{name-of-your-plugin}}
  2. Follow the steps in INITIAL-SETUP.md.
  3. Good to go!

Testing

Setup

  1. Install Composer packages: composer install
  2. Install the correct Node.js version: nvm install
  3. Install NPM packages: yarn
  4. Start wp-env yarn wp-env start
  5. Check if test suite is ready: yarn test
  6. When test result is OK you're ready to start writing tests in test/php