codexshaper/wpb-framework

The Wordpress plugin builder framework.

Maintainers

Package info

github.com/Codexshaper/wpb-framework

Type:project

pkg:composer/codexshaper/wpb-framework

Statistics

Installs: 74

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-28 01:02:28 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