Skip to content

Codexshaper/wpb-framework

Repository files navigation

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