From 24e7c88f7ec0671edad3e45188396b7f84ceba51 Mon Sep 17 00:00:00 2001 From: jiro Date: Wed, 13 Nov 2019 02:42:35 +0900 Subject: [PATCH] Added package edens (#1247) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 969a5c9..62983d1 100644 --- a/packages.json +++ b/packages.json @@ -15247,5 +15247,20 @@ "description": "Python requirements.txt generic parser for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-requirementstxt" + }, + { + "name": "edens", + "url": "https://github.com/jiro4989/edens", + "method": "git", + "tags": [ + "cli", + "command", + "encode", + "decode", + "joke" + ], + "description": "A command to encode / decode text with your dictionary", + "license": "MIT", + "web": "https://github.com/jiro4989/edens" } ]