thebarndog / swift-dotenv

Swift micro-package for loading .env environment files
MIT License
29 stars 8 forks source link

[Feature] - Initial Prototype #1

Closed thebarndog closed 3 years ago

thebarndog commented 3 years ago

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.

thebarndog commented 3 years ago

CI will fail regardless because Travis doesn't support Xcode 13 yet. Merging anyway