Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gravityblast/yaml_encoder
YAML encoder for elixir
https://github.com/gravityblast/yaml_encoder
Last synced: about 9 hours 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T21:03:12.000Z (over 4 years ago)
- Last Synced: 2024-10-27T19:50:46.645Z (11 days ago)
- Language: Elixir
- Size: 8.79 KB
- Stars: 7
- Watchers: 3
- 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"}]
end2. Ensure yaml_encoder is started before your application:
def application do
[applications: [:yaml_encoder]]
end