No description
lib | ||
test | ||
.formatter.exs | ||
.gitignore | ||
LICENSE | ||
mix.exs | ||
mix.lock | ||
README.md |
Macaroons
TODO: Add description
Installation
If available in Hex, the package can be installed
by adding macaroons
to your list of dependencies in mix.exs
:
def deps do
[
{:macaroons, "~> 0.1.0"}
# public git:
#{:macaroons, git: "https://code.goryachev.org/blitzkrieg/macaroons.git", tag: "0.1.0"}
# private git:
#{:macaroons, git: "gitea@code.goryachev.org:blitzkrieg/macaroons.git", tag: "0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/macaroons.