Packages

Co-localize configuration with usage

Current section

Files

Jump to
nibble_config README.md
Raw

README.md

# 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.1.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.