https://github.com/gravityblast/yaml_encoder
YAML encoder for elixir
https://github.com/gravityblast/yaml_encoder
Last synced: 6 months ago
JSON representation
YAML encoder for elixir
- Host: GitHub
- URL: https://github.com/gravityblast/yaml_encoder
- Owner: gravityblast
- License: mit
- Created: 2016-06-13T17:05:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T21:03:12.000Z (about 6 years ago)
- Last Synced: 2025-04-12T04:09:34.324Z (about 1 year ago)
- Language: Elixir
- Size: 8.79 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YamlEncoder
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add yaml_encoder to your list of dependencies in `mix.exs`:
def deps do
[{:yaml_encoder, "~> 0.0.1"}]
end
2. Ensure yaml_encoder is started before your application:
def application do
[applications: [:yaml_encoder]]
end