defp package do
[
name: :uni_ecto_plugin,
licenses: ["MIT"],
links: %"GitHub" => "https://github.com/your/uni_ecto_plugin"
]
end
mix hex.build
mix hex.publish
Let’s build a complete user registration pipeline that:
The plugin introduces a set of generic "Behaviors" that external services must conform to. uni ecto plugin