https://github.com/prx/dovetail-wordpress-plugin
Wordpress plugin to integrate with Dovetail.
https://github.com/prx/dovetail-wordpress-plugin
Last synced: about 1 year ago
JSON representation
Wordpress plugin to integrate with Dovetail.
- Host: GitHub
- URL: https://github.com/prx/dovetail-wordpress-plugin
- Owner: PRX
- License: gpl-3.0
- Created: 2024-12-09T20:12:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T16:39:01.000Z (over 1 year ago)
- Last Synced: 2025-03-25T17:44:20.899Z (over 1 year ago)
- Language: PHP
- Size: 3.58 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)