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

https://github.com/csrui/wp-construct-plugin

Library to speed up WordPress plugin development.
https://github.com/csrui/wp-construct-plugin

wordpress wordpress-plugin

Last synced: 5 months ago
JSON representation

Library to speed up WordPress plugin development.

Awesome Lists containing this project

README

          

# WP Contruct

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b236a84f62cb43fba9af17531ae1a4a0)](https://app.codacy.com/app/csrui/wp-construct-plugin?utm_source=github.com&utm_medium=referral&utm_content=csrui/wp-construct-plugin&utm_campaign=Badge_Grade_Settings)
[![CircleCI](https://circleci.com/gh/csrui/wp-construct-plugin.svg?style=svg)](https://circleci.com/gh/csrui/wp-construct-plugin)

## Plugin Edition

Base library with plugin functionality to be extended on WordPress plugins

This library aims to gather some core logic usually needed in csrui plugins
making it lighter on the final plugin side, remove code duplication and easier
extending.

### Documentation
```
yarn install
yarn serve-docs
```

### Run Tests
```
./vendor/bin/phpunit
```

### Run PHP CodeSniffer
```
./vendor/bin/phpcs lib
```