From 9a4c1baf867ad5a2ea6337ae8b1eed253462fd0d Mon Sep 17 00:00:00 2001 From: Momiyama <43488453+momeemt@users.noreply.github.com> Date: Sun, 19 Sep 2021 07:37:05 +0900 Subject: [PATCH] Add package surfing (#2009) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added package surfing * 🛠 Fix: description --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index fdc7892..8fd7203 100644 --- a/packages.json +++ b/packages.json @@ -23740,5 +23740,19 @@ "license": "MIT", "web": "https://github.com/napalu/nimcrypt", "doc": "https://github.com/napalu/nimcrypt/blob/v0.0.1/README.md" + }, + { + "name": "surfing", + "url": "https://github.com/momeemt/surfing", + "method": "git", + "tags": [ + "base64", + "cli", + "string", + "surfing" + ], + "description": "Surfing is a highly functional CLI for Base64.", + "license": "MIT", + "web": "https://github.com/momeemt/surfing" } ]