Also ExMacroInspect
is a macro inspection library for elixir. I makes it easy for a developer to see what is passed into a macro during macro development.
Used Elixir Project Checklist to get started: https://github.com/ElixirCommons/ElixirProjectChecklist
If available in Hex, the package can be installed
by adding ex_macro_inspect
to your list of dependencies in mix.exs
:
def deps do
[
{:ex_macro_inspect, "~> 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/ex_macro_inspect.
- Steve Morin - https://github.com/smorin