diff options
| author | Ahmed T. Youssef <xmonader@gmail.com> | 2018-11-15 23:22:06 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-15 21:22:06 +0000 |
| commit | 0addabba6b2893f66231c22226ea886e0dcfc5af (patch) | |
| tree | feb8016af5d5f4f096890c079657fb5a95b464b6 | |
| parent | 809db0327502f4718b5cc8587c21a064d3643754 (diff) | |
| download | packages-0addabba6b2893f66231c22226ea886e0dcfc5af.tar.gz packages-0addabba6b2893f66231c22226ea886e0dcfc5af.zip | |
Added package loadenv (#921)
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 8014290..ba3791d 100644 --- a/packages.json +++ b/packages.json @@ -11393,6 +11393,19 @@ "web": "https://github.com/jangko/snappy" }, { + "name": "loadenv", + "url": "https://github.com/xmonader/nim-loadenv", + "method": "git", + "tags": [ + "environment", + "variables", + "env" + ], + "description": "load .env variables", + "license": "MIT", + "web": "https://github.com/xmonader/nim-loadenv" + }, + { "name": "osrm", "url": "https://github.com/juancarlospaco/nim-osrm", "method": "git", |
