Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cogini/file_config

Elixir library to dynamically load application config from files to ETS, e.g. CSV, JSON
https://github.com/cogini/file_config

csv elixir elixir-library ets json

Last synced: 17 days ago
JSON representation

Elixir library to dynamically load application config from files to ETS, e.g. CSV, JSON

Awesome Lists containing this project

README

        

![test workflow](https://github.com/cogini/file_config/actions/workflows/test.yml/badge.svg)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)

# file_config

**TODO: Add description**

## Installation

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

```elixir
def deps do
[
{:file_config, "~> 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/file_config](https://hexdocs.pm/file_config).