You've already forked tribes-plugin-template
Adopt strict plugin entry module and otp_app conventions
Some checks failed
CI / Test (push) Failing after 35s
Some checks failed
CI / Test (push) Failing after 35s
This commit is contained in:
5
lib/tribes/plugins/my_plugin/plugin.ex
Normal file
5
lib/tribes/plugins/my_plugin/plugin.ex
Normal file
@@ -0,0 +1,5 @@
|
||||
defmodule Tribes.Plugins.MyPlugin.Plugin do
|
||||
@moduledoc false
|
||||
|
||||
defdelegate register(context), to: MyPlugin.Plugin
|
||||
end
|
||||
Reference in New Issue
Block a user