harper/packages/wordpress-plugin
2025-03-06 09:54:32 -07:00
..
src/harper feat(wp): align and connect the WordPress plugin with the rest of the repo 2025-03-03 11:39:06 -07:00
.editorconfig Add 'packages/wordpress-plugin/' from commit '87b64d88bb' 2025-03-03 10:02:52 -07:00
.gitignore Add 'packages/wordpress-plugin/' from commit '87b64d88bb' 2025-03-03 10:02:52 -07:00
harper.php Add 'packages/wordpress-plugin/' from commit '87b64d88bb' 2025-03-03 10:02:52 -07:00
package.json fix(wp): harper.zip did not match with subdir wordpress-plugin 2025-03-06 09:54:32 -07:00
README.md docs(wp): update README 2025-03-03 11:40:13 -07:00
screenshot.png Add 'packages/wordpress-plugin/' from commit '87b64d88bb' 2025-03-03 10:02:52 -07:00

Harper for WordPress

The early prototype version of the plugin

This repository contains the WordPress plugin for Harper. It is a work-in-progress. Here be dragons!

Compiling from Source

The Harper plugin uses the standard build tooling available for WordPress plugins.

yarn install # Install dependencies
yarn build  # Build the plugin
yarn plugin-zip # Package the plugin into an installable ZIP file