An open API service indexing awesome lists of open source software.

https://github.com/codexshaper/wpb-framework

Wordpress plugin builder framework
https://github.com/codexshaper/wpb-framework

Last synced: 6 months ago
JSON representation

Wordpress plugin builder framework

Awesome Lists containing this project

README

          

[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)
[![Build Status](https://travis-ci.org/Codexshaper/wpb-framework.svg?branch=master)](https://travis-ci.org/Codexshaper/wpb-framework)
[![Quality Score](https://img.shields.io/scrutinizer/g/Codexshaper/wpb-framework.svg?style=flat-square)](https://scrutinizer-ci.com/g/Codexshaper/wpb-framework)
[![Build Status](https://scrutinizer-ci.com/g/Codexshaper/wpb-framework/badges/build.png?b=master)](https://scrutinizer-ci.com/g/Codexshaper/wpb-framework/build-status/master)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/Codexshaper/wpb-framework/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
[![Downloads](https://poser.pugx.org/Codexshaper/oauth2/d/total.svg)](https://packagist.org/packages/Codexshaper/oauth2)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/Codexshaper/wpb-framework.svg?style=flat-square)](https://packagist.org/packages/Codexshaper/wpb-framework)

# Description
Wordpress plugin builder framework

## Install

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