Skip to content

Instantly share code, notes, and snippets.

@sdomino
Last active October 30, 2019 23:04
Show Gist options
  • Save sdomino/04b5c1167922bc815cc8392c7ada11aa to your computer and use it in GitHub Desktop.
Save sdomino/04b5c1167922bc815cc8392c7ada11aa to your computer and use it in GitHub Desktop.
pdfer/mix.exs dependencies
defp deps do
[
{:bbmustache, github: "soranoba/bbmustache"},
{:jason, "~> 1.1"},
{:pdf_generator, ">=0.5.5"}
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment