In this PR, the initial version of the framework is created. Two constructs are introduced, Dotenv, a high level environment loader and serializer and Environment, an immutable representation of a .env file. Readme and documentation were also added in this PR as well as files in the .github folder.
In this PR, the initial version of the framework is created. Two constructs are introduced,
Dotenv
, a high level environment loader and serializer andEnvironment
, an immutable representation of a.env
file. Readme and documentation were also added in this PR as well as files in the .github folder.