Simple dotenv parser for Elixir
Find a file
2024-09-13 14:47:57 +03:00
lib Test on 1.12.3-otp-23 2024-04-26 19:33:19 +03:00
test Add support for multiline values 2022-01-28 18:59:32 +02:00
.formatter.exs Initial commit 2021-01-20 21:57:23 +02:00
.gitignore Initial commit 2021-01-20 21:57:23 +02:00
.tool-versions Update tool-versions 2024-04-26 19:18:34 +03:00
CHANGELOG Give credit where credit is due 2024-04-28 21:05:06 +03:00
LICENSE Add license 2021-01-20 22:05:31 +02:00
mix.exs Change links to Forgejo 2024-09-13 14:47:57 +03:00
mix.lock Change links to Forgejo 2024-09-13 14:47:57 +03:00
README.md Bump version to 2.0.0 2022-01-28 18:59:32 +02:00

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, "~> 2.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.