Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add glenv #172

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [dot_env](https://github.com/aosasona/dotenv) - [📚](https://hexdocs.pm/dot_env/) - Load environment variables from files
- [envoy](https://github.com/lpil/envoy) - [📚](https://hexdocs.pm/envoy/) - A zero dependency cross platform Gleam package for reading environment variables
- [gleam_dotenv](https://github.com/Grubba27/gleam_dotenv) - [📚](https://hexdocs.pm/gleam_dotenv/) - dotenv for Gleam
- [glenv](https://github.com/custompro98/glenv) - [📚](https://hexdocs.pm/glenv/) - A library for type-safe environment variable access.
- [glenvy](https://github.com/maxdeviant/glenvy) - [📚](https://hexdocs.pm/glenvy/) - A pleasant way to interact with your environment.

### Cryptography
Expand Down
5 changes: 5 additions & 0 deletions packages/glency.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glency"
description = "Tiny Gleam dependency injection. Make IO functions unit tests friendly."
docs_url = "https://hexdocs.pm/glency/"
repo_url = "https://github.com/darky/glency"
category = ""
2 changes: 1 addition & 1 deletion packages/glenv.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "glenv"
description = "A library for type-safe environment variable access."
docs_url = "https://hexdocs.pm/glenv/"
repo_url = "https://github.com/custompro98/glenv"
category = ""
category = "Configuration"
5 changes: 5 additions & 0 deletions packages/mat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "mat"
description = "A simple and ergonomic string formatter for Gleam"
docs_url = "https://hexdocs.pm/mat/"
repo_url = "https://github.com/loipesmas/mat"
category = ""
5 changes: 5 additions & 0 deletions packages/promgleam.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "promgleam"
description = "A Prometheus client library for Gleam"
docs_url = "https://hexdocs.pm/promgleam/"
repo_url = "https://github.com/dios-david/promgleam"
category = ""
Loading