An Elixir port of Mercury Parser: https://github.com/postlight/mercury-parser
Go to file
Shadowfacts 81375ede91
Initial commit
2019-02-11 18:35:34 -05:00
config Initial commit 2019-02-11 18:35:34 -05:00
lib Initial commit 2019-02-11 18:35:34 -05:00
test Initial commit 2019-02-11 18:35:34 -05:00
.formatter.exs Initial commit 2019-02-11 18:35:34 -05:00
.gitignore Initial commit 2019-02-11 18:35:34 -05:00
README.md Initial commit 2019-02-11 18:35:34 -05:00
mix.exs Initial commit 2019-02-11 18:35:34 -05:00

README.md

Mercury

TODO: Add description

Installation

If available in Hex, the package can be installed by adding mercury to your list of dependencies in mix.exs:

def deps do
  [
    {:mercury, "~> 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/mercury.