From 6743fcc409c555395677b0a21e8b754ad488e0be Mon Sep 17 00:00:00 2001 From: XXIV <87272364+thexxiv@users.noreply.github.com> Date: Mon, 21 Feb 2022 04:31:03 +0200 Subject: [PATCH] Added dogapi_cli (#2161) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4c5717b..0a663d0 100644 --- a/packages.json +++ b/packages.json @@ -25329,5 +25329,18 @@ "description": "Generic tokenizer written in Nim language 👑 Powered by Nim's Macros", "license": "MIT", "web": "https://github.com/openpeep/toktok" + }, + { + "name": "dogapi_cli", + "url": "https://github.com/thexxiv/dogapi-cli", + "method": "git", + "tags": [ + "images", + "cli", + "dogapi" + ], + "description": "Tool to download dogs images", + "license": "Apache-2.0", + "web": "https://github.com/thexxiv/dogapi-cli" } ]