env-file-reader 0.3.0

functions for reading environment variables from a file
Documentation
1
2
3
4
5
6
7
# A comment
CLIENT_ID=YOUR_CLIENT_ID # A comment at the end of the line

# Empty lines are fine, too

# Another comment
CLIENT_SECRET=YOUR_CLIENT_SECRET # Another comment behind a value