Add package nimegenerator and add nimcatapi html docs link (#2629)

* added nimegenerator to packages.json

* added html docs to nimcatapi
This commit is contained in:
Kay 2023-06-14 21:50:04 +02:00 committed by GitHub
parent 56cf3f2723
commit b422b33639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]