csrui/wp-construct-plugin

Base library with plugin functionality to be extended on WordPress plugins


README

Codacy Badge CircleCI

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