https://github.com/icedragon200/yam
A YAML encoder for elixir
https://github.com/icedragon200/yam
elixir elixir-lang encoder yaml
Last synced: about 2 months ago
JSON representation
A YAML encoder for elixir
- Host: GitHub
- URL: https://github.com/icedragon200/yam
- Owner: IceDragon200
- Created: 2020-06-04T17:56:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T01:04:01.000Z (almost 5 years ago)
- Last Synced: 2025-12-27T11:06:31.484Z (6 months ago)
- Topics: elixir, elixir-lang, encoder, yaml
- Language: Elixir
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yam
Yam is a simple YAML encoding library.
That's all.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `yam` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:yam, "~> 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/yam](https://hexdocs.pm/yam).