From 85f404f3702f859531ac8be659f5cfaa7fc3bd23 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 4 Jul 2018 12:57:05 -0700 Subject: [PATCH] Updated Statup Plugins (markdown) --- Statup-Plugins.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Statup-Plugins.md b/Statup-Plugins.md index c40ae62..a672717 100644 --- a/Statup-Plugins.md +++ b/Statup-Plugins.md @@ -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