Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/s-m-i-t-a/settings
- Owner: s-m-i-t-a
- Created: 2018-02-17T09:03:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T17:18:14.000Z (over 6 years ago)
- Last Synced: 2024-03-14T19:54:04.084Z (8 months ago)
- Topics: elixir, hacktoberfest
- Language: Elixir
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).