fastlane Plugins Overview

A new, modular way to create and distribute actions for fastlane. fastlane Plugins allow actions to be added faster because they aren’t bundled into the main fastlane repository, giving everyone the power to invent, share, and deploy new plugins without waiting for PRs to be approved and gems to be updated. Developers can find new and existing plugins right from fastlane with the 'search_plugins' command and quickly add them your workflow with the 'add_plugin' command.

%>