All Projects → thoughtbot → Quick_alias

thoughtbot / Quick_alias

Licence: mit
Quick aliases for Elixir's .iex.exs

Programming Languages

elixir
2628 projects

QuickAlias

QuickAlias is part of the thoughtbot Elixir family of projects.

QuickAlias allows aliasing entire namespaces of modules in your .iex.exs files.

Usage

Before:

alias MyProject.Foo
alias MyProject.Bar
alias MyProject.Baz

After:

use QuickAlias, MyProject

Installation

Add quick_alias to your list of dependencies in mix.exs:

def deps do
  [{:quick_alias, "~> 0.1.0"}]
end

Contributing

See the CONTRIBUTING document. Thank you, contributors!

License

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.

About

thoughtbot

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].