SebastianSzturo / quick_alias

Quick aliases for Elixir's .iex.exs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Quick aliases for Elixir's .iex.exs

License:MIT License


Languages

Language:Elixir 100.0%