https://github.com/zookzook/hocon-url-resolver
Implementation of the `Hocon.Resolver` behaviour to load configuration from
https://github.com/zookzook/hocon-url-resolver
Last synced: 10 months ago
JSON representation
Implementation of the `Hocon.Resolver` behaviour to load configuration from
- Host: GitHub
- URL: https://github.com/zookzook/hocon-url-resolver
- Owner: zookzook
- License: apache-2.0
- Created: 2019-12-19T08:30:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T10:08:57.000Z (over 6 years ago)
- Last Synced: 2025-02-28T11:15:16.870Z (over 1 year ago)
- Language: Elixir
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# HoconUrlResolver
An implementation of the behaviour `Hocon.Resolver`.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `hocon_url_resolver` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:hocon_url_resolver, "~> 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/hocon_url_resolver](https://hexdocs.pm/hocon_url_resolver).