README.md

# Inxect

Package to make dependency injection easier, see documentation for more infos

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add `inxect` to your list of dependencies in `mix.exs`:

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