Issuer
TODO: Add description
Installation
If available in Hex, the package can be installed as:
-
Add
issuerto your list of dependencies inmix.exs:
```elixir
def deps do
[{:issuer, "~> 0.1.0"}]
end
```-
Ensure
issueris started before your application:
```elixir
def application do
[applications: [:issuer]]
end
```If published on HexDocs, the docs can be found at https://hexdocs.pm/issuer