Wrap the rest of the object modules in elixir
This commit is contained in:
15
lib/geef.ex
Normal file
15
lib/geef.ex
Normal file
@@ -0,0 +1,15 @@
|
||||
defmodule Geef do
|
||||
|
||||
defmacro __using__(_) do
|
||||
quote do
|
||||
alias Geef.Repository
|
||||
alias Geef.Reference
|
||||
alias Geef.Object
|
||||
alias Geef.Commit
|
||||
alias Geef.Tree
|
||||
alias Geef.Blob
|
||||
alias Geef.Tag
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user