Updated Statup Plugins (markdown)

master
Hunter Long 2018-07-04 12:57:05 -07:00
parent 46c2e53662
commit 85f404f370
1 changed files with 3 additions and 0 deletions

@ -20,6 +20,9 @@ go build -buildmode=plugin -o example.so
```
###### Insert `example.so` into the `plugins` directory and reload Statup
## Testing Statup Plugins
Statup includes a couple tools to help you on your Plugin journey, you can use `statup test plugins` command to test all plugins you're including in your `/plugins` folder. This test will attempt to parse your plugin details, and then it will send events for your plugin to be fired.
## Statup Plugin Interface
Please remember Golang plugin's are very new and Statup plugin package may change and 'could' brake your plugin.
```go