Is there any portable format for elixir code? Other than the obvious tar. For example, if I wanted to provide one or more modules to a client or fellow developers on another team (without the use of github). How would I do that? The answer in some other familiar languages are: Ruby - gem, Java - jar, Python - egg, ect.

