mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
Merge pull request #350 from euantorano/add-dotenv2002
Add package dotenv
This commit is contained in:
commit
44ad8118d5
@ -4607,7 +4607,9 @@
|
|||||||
"url": "https://github.com/shaunc/cucumber_nim",
|
"url": "https://github.com/shaunc/cucumber_nim",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"testing", "cucumber", "bdd"
|
"testing",
|
||||||
|
"cucumber",
|
||||||
|
"bdd"
|
||||||
],
|
],
|
||||||
"description": "implements the cucumber BDD framework in the nim language",
|
"description": "implements the cucumber BDD framework in the nim language",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -4618,7 +4620,8 @@
|
|||||||
"url": "https://github.com/lompik/libmpdclient.nim",
|
"url": "https://github.com/lompik/libmpdclient.nim",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"MPD", "Music Player Daemon"
|
"MPD",
|
||||||
|
"Music Player Daemon"
|
||||||
],
|
],
|
||||||
"description": "Bindings for the Music Player Daemon C client library",
|
"description": "Bindings for the Music Player Daemon C client library",
|
||||||
"license": "BSD",
|
"license": "BSD",
|
||||||
@ -4634,5 +4637,19 @@
|
|||||||
"description": "Nim for awk programmers",
|
"description": "Nim for awk programmers",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/greencardamom/awk"
|
"web": "https://github.com/greencardamom/awk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dotenv",
|
||||||
|
"url": "https://github.com/euantorano/dotenv.nim",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"env",
|
||||||
|
"dotenv",
|
||||||
|
"configuration",
|
||||||
|
"environment"
|
||||||
|
],
|
||||||
|
"description": "Loads environment variables from `.env`.",
|
||||||
|
"license": "BSD",
|
||||||
|
"web": "https://github.com/euantorano/dotenv.nim"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user