TODO
This is the user guide. See also, the API reference.
If available in Hex, the package can be installed
by adding ez_alias
to your list of dependencies in mix.exs
:
def deps do
[
{:ez_alias, "~> 0.1"}
]
end
Add ecto_cellar configure to your config.exs.
config :ez_alias,
default_import_modules: [],
default_alias_namespaces: [:model, :service],
Feel free to open an issues or a PR to contribute to the project.