Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cogini/file_config
- Owner: cogini
- License: apache-2.0
- Created: 2018-03-03T01:57:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T23:12:07.000Z (9 months ago)
- Last Synced: 2024-11-07T02:14:49.856Z (2 months ago)
- Topics: csv, elixir, elixir-library, ets, json
- Language: Elixir
- Homepage:
- Size: 158 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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).