Skip to content

Commit

Permalink
deploy: b578be8
Browse files Browse the repository at this point in the history
TimurRin committed Jun 13, 2024
1 parent 92dbf29 commit d48b951
Showing 2 changed files with 49 additions and 23 deletions.
39 changes: 27 additions & 12 deletions data.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
},
33 changes: 22 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -131,17 +131,6 @@ <h2>NODE.JS LIBRARIES</h2>
<a class="link" href="https://www.npmjs.com/package/@cinnabar-forge/eslint-plugin" target="_blank" rel="noopener noreferrer">npm</a>
</span>
</p>
<p class="card">
<span class="line">
<img class="image-circle" style="height: 1em; width: 1em;" src="https://avatars.githubusercontent.com/u/74613738?s=32" />
<span class="line bold">CFTM</span>
</span>
<span class="subtext">Cinnabar Forge Text Markup spec and tools</span>
<span class="line">
<a class="link" href="https://github.com/cinnabar-forge/markup" target="_blank" rel="noopener noreferrer">github</a>
<a class="link" href="https://www.npmjs.com/package/cftm" target="_blank" rel="noopener noreferrer">npm</a>
</span>
</p>
<p class="card">
<span class="line">
<img class="image-circle" style="height: 1em; width: 1em;" src="https://avatars.githubusercontent.com/u/74613738?s=32" />
@@ -164,6 +153,28 @@ <h2>NODE.JS LIBRARIES</h2>
<a class="link" href="https://www.npmjs.com/package/@cinnabar-forge/utils" target="_blank" rel="noopener noreferrer">npm</a>
</span>
</p>
<p class="card">
<span class="line">
<img class="image-circle" style="height: 1em; width: 1em;" src="https://avatars.githubusercontent.com/u/74613738?s=32" />
<span class="line bold">CFTM</span>
</span>
<span class="subtext">Cinnabar Forge Text Markup spec and tools</span>
<span class="line">
<a class="link" href="https://github.com/cinnabar-forge/markup" target="_blank" rel="noopener noreferrer">github</a>
<a class="link" href="https://www.npmjs.com/package/cftm" target="_blank" rel="noopener noreferrer">npm</a>
</span>
</p>
<p class="card">
<span class="line">
<img class="image-circle" style="height: 1em; width: 1em;" src="https://avatars.githubusercontent.com/u/74613738?s=32" />
<span class="line bold">Clivo</span>
</span>
<span class="subtext">Simple CLI tools library</span>
<span class="line">
<a class="link" href="https://github.com/cinnabar-forge/clivo" target="_blank" rel="noopener noreferrer">github</a>
<a class="link" href="https://www.npmjs.com/package/clivo" target="_blank" rel="noopener noreferrer">npm</a>
</span>
</p>
<p class="card">
<span class="line">
<img class="image-circle" style="height: 1em; width: 1em;" src="https://avatars.githubusercontent.com/u/74613738?s=32" />

0 comments on commit d48b951

Please sign in to comment.