mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-08 00:53:10 +00:00
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:
parent
56cf3f2723
commit
b422b33639
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user