From d48b9512bb6e958349f0a05fbc01081fb13c33ad Mon Sep 17 00:00:00 2001 From: TimurRin Date: Thu, 13 Jun 2024 16:22:04 +0000 Subject: [PATCH] deploy: b578be8ea0f14905fdb6317f5850691d0d41c1c9 --- data.json | 39 +++++++++++++++++++++++++++------------ index.html | 33 ++++++++++++++++++++++----------- 2 files changed, 49 insertions(+), 23 deletions(-) diff --git a/data.json b/data.json index 4687f4a..3eaec1d 100644 --- a/data.json +++ b/data.json @@ -140,47 +140,62 @@ ] }, { - "name": "CFTM", + "name": "CF SQLite3", "image": "https://avatars.githubusercontent.com/u/74613738?s=32", - "text": "Cinnabar Forge Text Markup spec and tools", + "text": "sqlite3 wrapper", "links": [ { "text": "github", - "url": "https://github.com/cinnabar-forge/markup" + "url": "https://github.com/cinnabar-forge/cf-sqlite3" }, { "text": "npm", - "url": "https://www.npmjs.com/package/cftm" + "url": "https://www.npmjs.com/package/@cinnabar-forge/cf-sqlite3" } ] }, { - "name": "CF SQLite3", + "name": "CF Utils", "image": "https://avatars.githubusercontent.com/u/74613738?s=32", - "text": "sqlite3 wrapper", + "text": "common utility functions set", "links": [ { "text": "github", - "url": "https://github.com/cinnabar-forge/cf-sqlite3" + "url": "https://github.com/cinnabar-forge/node-utils" }, { "text": "npm", - "url": "https://www.npmjs.com/package/@cinnabar-forge/cf-sqlite3" + "url": "https://www.npmjs.com/package/@cinnabar-forge/utils" } ] }, { - "name": "CF Utils", + "name": "CFTM", "image": "https://avatars.githubusercontent.com/u/74613738?s=32", - "text": "common utility functions set", + "text": "Cinnabar Forge Text Markup spec and tools", "links": [ { "text": "github", - "url": "https://github.com/cinnabar-forge/node-utils" + "url": "https://github.com/cinnabar-forge/markup" }, { "text": "npm", - "url": "https://www.npmjs.com/package/@cinnabar-forge/utils" + "url": "https://www.npmjs.com/package/cftm" + } + ] + }, + { + "name": "Clivo", + "image": "https://avatars.githubusercontent.com/u/74613738?s=32", + "text": "Simple CLI tools library", + "links": [ + { + "text": "github", + "url": "https://github.com/cinnabar-forge/clivo" + }, + { + "text": "npm", + "url": "https://www.npmjs.com/package/clivo" } ] }, diff --git a/index.html b/index.html index 5b133b0..43b01d8 100644 --- a/index.html +++ b/index.html @@ -131,17 +131,6 @@

NODE.JS LIBRARIES

npm

-

- - - CFTM - - Cinnabar Forge Text Markup spec and tools - - github - npm - -

@@ -164,6 +153,28 @@

NODE.JS LIBRARIES

npm

+

+ + + CFTM + + Cinnabar Forge Text Markup spec and tools + + github + npm + +

+

+ + + Clivo + + Simple CLI tools library + + github + npm + +