joshmoreno/wpdev

A WordPress plugin to aid in rapid modern development.

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 11

Type:wordpress-plugin

v3.0.0-alpha 2020-07-29 06:30 UTC

README

Still in alpha stages. Beta coming very soon.

Official Docs

getwpdev.com

What is it?

A thin wrapper around WordPress to make development quicker, modern, and object oriented.

Requirements

PHP >= 5.6.4

WordPress >= 4.9

Installation

WP-CLI

wp plugin install --activate https://github.com/JoshMoreno/wpdev/releases/download/v2.0.3-alpha/wpdev.zip

Composer

composer require joshmoreno/wpdev

Manually

Nothing special. Just install and activate like any other plugin.

Continue on official docs - getwpdev.com