# otto-example-app-plugin **Repository Path**: mirrors_hashicorp/otto-example-app-plugin ## Basic Information - **Project Name**: otto-example-app-plugin - **Description**: Example app type plugin for Otto (ottoproject.io) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Otto Example App Plugin This repository contains an example app type plugin for [Otto](https://www.ottoproject.io). App types enable Otto to detect and work with new types of applications. **NOTE:** Otto 0.2 (currently unreleased) is required for app type plugins. This repository is used for the documentation and as an example in preparation for that release. Once it is released, this section will be removed. ## Building the Plugin To build the plugin, compile it like a normal go executable: ``` $ go get $ go build -o otto-plugin-example ``` The output name of "otto-plugin-example" is important. Otto looks for the pattern `otto-plugin-*` to find plugins.