From b422b33639b3f241d26b491b537bddf444a689c3 Mon Sep 17 00:00:00 2001 From: Kay <80123634+nirokay@users.noreply.github.com> Date: Wed, 14 Jun 2023 21:50:04 +0200 Subject: [PATCH] Add package nimegenerator and add nimcatapi html docs link (#2629) * added nimegenerator to packages.json * added html docs to nimcatapi --- packages.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index ceacb8a..c898bdb 100644 --- a/packages.json +++ b/packages.json @@ -30447,7 +30447,8 @@ ], "description": "nimcatapi is a library that lets you easily request images from thecatapi and/or thedogapi.", "license": "GPL-3.0-only", - "web": "https://github.com/nirokay/nimcatapi" + "web": "https://github.com/nirokay/nimcatapi", + "doc": "https://nirokay.github.io/nim-docs/nimcatapi/nimcatapi.html" }, { "name": "simplelog", @@ -30537,5 +30538,21 @@ "description": "Nim implementation of micrograd autograd engine.", "license": "MIT", "web": "https://github.com/soheil555/nimmicrograd" + }, + { + "name": "nimegenerator", + "url": "https://github.com/nirokay/nimegenerator", + "method": "git", + "tags": [ + "random-name-generator", + "random-word-generator", + "library", + "executable", + "hybrid" + ], + "description": "Random name/word generator.", + "license": "GPL-3.0-only", + "web": "https://github.com/nirokay/nimegenerator", + "doc": "https://nirokay.github.io/nim-docs/nimegenerator/nimegenerator.html" } ]