No description
Find a file
2023-09-21 17:14:48 +03:00
lib add license 2021-03-13 01:15:29 +03:00
test refactoring 2021-03-11 23:36:43 +03:00
.formatter.exs add sources 2020-09-28 18:25:14 +03:00
.gitignore add sources 2020-09-28 18:25:14 +03:00
LICENSE add license 2021-03-13 01:15:29 +03:00
mix.exs update deps 2023-09-21 17:14:48 +03:00
mix.lock refactoring 2021-03-11 23:36:43 +03:00
README.md add sources 2020-09-28 18:25:14 +03:00

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.