@graflethq/cli 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://github.com/graflethq/graflet">
|
|
3
|
+
<img src="https://raw.githubusercontent.com/graflethq/graflet/main/assets/brand/graflet-og-1200x630.png" alt="graflet — Docs as a graph, not snippets." width="640">
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
<p align="center">
|
|
8
|
+
<a href="https://www.npmjs.com/package/@graflethq/cli"><img alt="npm" src="https://img.shields.io/npm/v/@graflethq/cli?logo=npm&label=npm"></a>
|
|
9
|
+
<a href="https://pypi.org/project/graflet/"><img alt="PyPI" src="https://img.shields.io/pypi/v/graflet?logo=pypi&logoColor=white&label=PyPI"></a>
|
|
10
|
+
<img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-blue">
|
|
11
|
+
<a href="https://x.com/graflethq"><img alt="@graflethq on X" src="https://img.shields.io/badge/follow-%40graflethq-111?logo=x&logoColor=white"></a>
|
|
12
|
+
</p>
|
|
2
13
|
|
|
3
14
|
**Docs as a graph, not snippets.**
|
|
4
15
|
|
|
@@ -17,4 +28,4 @@ uvx graflet # Python (uv) — same tool, published to PyPI
|
|
|
17
28
|
|
|
18
29
|
> Spelled **g-r-a-f-l-e-t**, no p-h.
|
|
19
30
|
|
|
20
|
-
|
|
31
|
+
_Early placeholder release; the real CLI lands soon._
|