From 88cbfafada6bed2cbec47bc7a462127f6b8a7dee Mon Sep 17 00:00:00 2001 From: jiro Date: Wed, 1 Jan 2020 02:20:37 +0900 Subject: [PATCH] Added package gyaric (#1296) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 5918396..2579280 100644 --- a/packages.json +++ b/packages.json @@ -15835,5 +15835,21 @@ "description": "faker is a Nim package that generates fake data for you.", "license": "MIT", "web": "https://github.com/jiro4989/faker" + }, + { + "name": "gyaric", + "url": "https://github.com/jiro4989/gyaric", + "method": "git", + "tags": [ + "joke", + "library", + "cli", + "gyaru", + "encoder", + "text" + ], + "description": "gyaric is a module to encode/decode text to unreadable gyaru's text.", + "license": "MIT", + "web": "https://github.com/jiro4989/gyaric" } ]