# wp-givecloud
Givecloud &lt;3 Wordpress

## Installation

These are the core files of the plugin.
To test it, you can clone the repo in `~/your-wp-site/wp-content/plugins` or clone this repo and build the Zip file to upload to your WP site.


## Build 
To build the zip file, use `wp dist-archive`

#### Install the tool
`wp package install wp-cli/dist-archive-command:@stable`

#### Build the archive
`cd ./wp-content/plugins` 

`wp dist-archive wp-givecloud` 


#### TODO
Plugin our Wordpress SVN creds to trigger GH actions to deploy automatically to WP's marketplace.

