# NibbleConfig

**Co-localize configuration with the module that uses it**

## Installation

The package can be installed by adding `nibble_config` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:nibble_config, "~> 0.2.0"}
  ]
end
```

The docs can be found at <https://hexdocs.pm/nibble_config>.

## Contributing

To start contributing, setup your environment by running `mix setup` inside the repository.
