From d2ec00d57bcf9821dfa3d9d32d49b0986f2ca673 Mon Sep 17 00:00:00 2001 From: Sebastian Celis Date: Thu, 25 Aug 2022 15:29:18 -0500 Subject: [PATCH] Update formatters.md Add sample plugins section. --- documentation/formatters.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/formatters.md b/documentation/formatters.md index 7a23132..5c8aa16 100644 --- a/documentation/formatters.md +++ b/documentation/formatters.md @@ -88,3 +88,8 @@ Multiple gems can also be specified in the yaml file. ``` gems: [wicked_twine, some_other_plugin] ``` + +## Sample Plugins + +* [appium-twine](https://github.com/appium/appium_twine) +* [twine-flutter](https://github.com/tiknil/twine-flutter)