/ez_alias

Primary LanguageElixir

hex.pm version CI GitHub code size in bytes

EzAlias

TODO

Documentation

This is the user guide. See also, the API reference.

Installation

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

Usage

1. Configuration.

Add ecto_cellar configure to your config.exs.

config :ez_alias,
  default_import_modules: [],
  default_alias_namespaces: [:model, :service],

Bugs and Feature requests

Feel free to open an issues or a PR to contribute to the project.