codexshaper/wpb-framework

The Wordpress plugin builder framework.

v1.1 2020-07-19 06:40 UTC

This package is auto-updated.

Last update: 2024-03-27 21:11:00 UTC


README

License Build Status Quality Score Build Status Code Intelligence Status Downloads Latest Version on Packagist

Description

Wordpress plugin builder framework

Install

  1. Download and create new project
composer create-project codexshaper/wpb-framework plugin-name
  1. Autoload
composer dump-autoload
  1. Install npm
npm install
  1. Build or Serve
npm run build

OR

npm run serve