Yml

Elixir package for reading/writing yml/yaml files.

Installation

If available in Hex, the package can be installed by adding yml to your list of dependencies in mix.exs:

def deps do
  [
    {:yml, "~> 0.9.0"}
  ]
end

Using

Read from YML file

Read from YML/YAML file

  Yml.read_from_file("/path_to_file")

Write to YML file

Read from YML/YAML file

  Yml.write_to_file("/path_to_file", content)

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kortirso/yml.

License

The package is available as open source under the terms of the MIT License.

Disclaimer

Use this package at your own peril and risk.

Documentation

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/learn_kit.