From 6c37c19a57e2510cd51cf50673d944b26c322cb4 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 1 Jun 2025 01:18:56 +0000 Subject: [PATCH] filled out (#6) Reviewed-on: https://git.kundeng.us/phoenix/icarus_envy/pulls/6 Co-authored-by: kdeng00 Co-committed-by: kdeng00 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1312bd2 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +This is a library used to retrieve environment variables associated with various +icarus projects. Rather than having the various icarus projects such as icarus, +icarus_auth, songparser, and others, have environment code, it would be more +efficient to consolidate it. Especially, if there are commonly used environment +variables used throughout the apps.