Skip to content

thoughtbot/quick_alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages