dotenv-parser/README.md
2021-01-20 21:57:23 +02:00

623 B

DotenvParser

Simple dotenv style file parser that can parse environment data from file and load it.

See documentation: https://hexdocs.pm/dotenv_parser

Installation

The package can be installed by adding dotenv_parser to your list of dependencies in mix.exs:

def deps do
  [
    {:dotenv_parser, "~> 1.0.0"}
  ]
end

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