Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 213 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 213 Bytes

Ini

Add to your mix.exs

defp deps do
  [
    {:ini, git: "https://github.com/nathanjohnson320/ini.git"}
  ]
end

Use in another module

{:ok, ini} = File.read "./test.ini"
ini = Ini.decode(ini)