-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext7.json
More file actions
31 lines (31 loc) · 1.46 KB
/
context7.json
File metadata and controls
31 lines (31 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://context7.com/schema/context7.json",
"projectTitle": "@calycode/cli",
"description": "Community-driven CLI tool for Xano Backend, to automate documentation generation, version control, testing, component registries and so much more.",
"branch": "main",
"excludeFolders": [
"scripts",
"util-resources",
".github",
".changeset",
"packages/**/src",
"packages/**/__tests__"
],
"excludeFiles": [],
"rules": [
"Use when required to run commands to backup a xano workspace",
"Use when extracting xanoscript from Xano workspace",
"Use when generating improved OpenAPI specification from Xano workspace",
"Use when needed to generate client side code for a Xano backend",
"Use when creating reusable Xano components with the registry system",
"Use when scaffolding new Xano functions, APIs, addons, or other components",
"Use when setting up version control and Git workflow for Xano projects",
"Use when running API tests against Xano endpoints",
"Use when managing component dependencies in Xano registries",
"Use when adding prebuilt components to a Xano instance",
"Use when serving local registries for development and testing",
"Use when generating repository structure from Xano workspace"
],
"url": "https://context7.com/calycode/xano-tools",
"public_key": "pk_SvNGBo5CSXP1iGi7ycgkL"
}