QuickAlias is part of the thoughtbot Elixir family of projects.
QuickAlias allows aliasing entire namespaces of modules in your .iex.exs
files.
Before:
alias MyProject.Foo
alias MyProject.Bar
alias MyProject.BazAfter:
use QuickAlias, MyProjectAdd quick_alias to your list of dependencies in mix.exs:
def deps do
[{:quick_alias, "~> 0.1.0"}]
endSee the CONTRIBUTING document. Thank you, contributors!
QuickAlias is (c) 2016 Blake Williams, George Brocklehurst, and thoughtbot, inc. It contains free software that may be redistributed under the terms specified in the LICENSE file.
QuickAlias is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.
We love open source software, Elixir, and Phoenix. See our other Elixir projects, or hire our Elixir Phoenix development team to design, develop, and grow your product.
