Skip to content

Commit

Permalink
Add glenv
Browse files Browse the repository at this point in the history
  • Loading branch information
custompro98 authored and lpil committed Jul 9, 2024
1 parent 85e20e4 commit c013c6b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
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 = ""

0 comments on commit c013c6b

Please sign in to comment.