README.md

# 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:
* https://github.com/ElixirCommons/ExMacroInspect

# Documentation:
* https://hexdocs.pm/ex_macro_inspect/

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_macro_inspect` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ex_macro_inspect, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ex_macro_inspect](https://hexdocs.pm/ex_macro_inspect).

## Contributors
* Steve Morin - https://github.com/smorin