Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s-m-i-t-a/settings

A persistent settings for elixir applications
https://github.com/s-m-i-t-a/settings

elixir hacktoberfest

Last synced: 5 days ago
JSON representation

A persistent settings for elixir applications

Awesome Lists containing this project

README

        

# Settings

A persistent settings for elixir applications. Settings is stored to json file named *settings.json.*

## Installation

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

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