https://github.com/gialib/relax_yaml
https://github.com/gialib/relax_yaml
elixir yaml
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gialib/relax_yaml
- Owner: gialib
- License: other
- Created: 2017-04-27T12:17:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T12:18:18.000Z (about 8 years ago)
- Last Synced: 2025-06-28T21:04:44.103Z (12 months ago)
- Topics: elixir, yaml
- Language: Elixir
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# RelaxYaml
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `relax_yaml` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:relax_yaml, "~> 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/relax_yaml](https://hexdocs.pm/relax_yaml).