Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 826 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 826 Bytes

WP Contruct

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