Skip to content

Files

Latest commit

author
Makis Maropoulos
Jun 24, 2016
d56fccb · Jun 24, 2016

History

History
18 lines (11 loc) · 453 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 453 Bytes

Repository information

This Repository contains all plugins for the Iris web framework.

You can contribute also, just make a pull request, try to keep conversion, configuration file: './myplugin/config.go' & plugin: './myplugin/myplugin.go'.

How can I install a plugin?

$ go get -u github.com/iris-contrib/plugin/$FOLDERNAME

How can I register a plugin?

iris.Plugins.Add(theplugin)