Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 950 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 950 Bytes

ExMacroInspect

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

Source:

Documentation:

Installation

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.

Contributors