No description
Find a file
Mitchell Hashimoto e1f7a44e10 Merge pull request #2 from leowmjw/master
Summary: Fix for issue #1and #3
2016-01-06 10:16:40 -08:00
.gitignore gitignore 2015-11-02 15:02:17 -08:00
.ottoid gitignore 2015-11-02 15:02:17 -08:00
.travis.yml Travis 2016-01-06 10:10:49 -08:00
app.go Add type to detector 2016-01-06 10:08:52 -08:00
app_test.go add test 2016-01-06 10:09:59 -08:00
main.go initial contents 2015-11-02 14:57:32 -08:00
README.md initial contents 2015-11-02 14:57:32 -08:00

Otto Example App Plugin

This repository contains an example app type plugin for Otto. 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.