You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
26
26
---
27
27
28
-
## 🚀 Quick Start
28
+
## 🚀 [Dev]Quick Start
29
29
30
30
```
31
31
# 1. Clone the repo
@@ -34,7 +34,7 @@
34
34
pnpm install
35
35
36
36
# 3. Build the CLI
37
-
pnpm build:packages
37
+
pnpm build
38
38
39
39
# 4. Run any command
40
40
xano
@@ -89,7 +89,7 @@ jobs:
89
89
90
90
### Xano Registry **(WIP)**
91
91
92
-
I have been astonished by the shadcn/ui CLI and the core principles of code distribution implemented in that tool. While that is primarily for frontend developers, their attempt to generalise their registry pointed me into the direction where I have started rebuilding a registry system for Xano powered by `xanoscript`. The reason for this is to overcome the bugs of Xano Snippets, avoid dependency of external providers of Xano Actions and in general to allow any team to build their own registries. These registries should also server as guidance for LLMs to eventually start generating more and more reliable `xanoscript`.
92
+
I have been astonished by the shadcn/ui CLI and the core principles of code distribution implemented in that tool. While that is primarily for frontend developers, their attempt to generalise their registry pointed me into the direction where I have started rebuilding a registry system for Xano powered by `xanoscript`. The reason for this is to overcome the bugs of Xano Snippets, avoid dependency of external providers of Xano Actions and in general to allow any team to build their own registries with ease. These registries should also serve as guidance for LLMs to eventually start generating more and more reliable `xanoscript`.
93
93
94
94
<details>
95
95
<summary>How to use the registry feature?</summary>
@@ -110,7 +110,7 @@ I have been astonished by the shadcn/ui CLI and the core principles of code dist
110
110
```
111
111
112
112
> **Notes:**
113
-
> Currently there is no way of automatically build out the registry from a collection of `xanoscript` files, so this is why
113
+
> Currently there is no way of automatically building the registry from a collection of `xanoscript` files, so this is why
114
114
> it is important to always keep the registry/definitions/index.json and the individual definition files in sync.
115
115
> Currently there is theoretic support for registry:function and registry:table components, registry:query but registry:snippet is planned.
116
116
> With the registry:snippet I aim to have a shot at fixing Xano's Snippets and make it searchable and reusable by also LLMs.
0 commit comments