Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 490 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 490 Bytes

Dovetail-Wordpress-Plugin

Wordpress plugin to integrate with Dovetail.

WORK IN PROGRESS...

Development

Composer Dependencies

Run composer install to install dev dependencies. Install latest version of Composer if you don't already have it installed.

  • PHPCS
  • WordPress Coding Standards Sniffer

VS Code Extensions

Install the following extension:

  • PHPCS (ikappas.phpcs)
  • PHP Sniffer (wongjn.php-sniffer)
  • EditorConfig for VS Code (EditorConfig.EditorConfig)