update registry
This commit is contained in:
@@ -11,6 +11,12 @@ class RegistryEntry(TypedDict, total=False):
|
||||
# Manage your repositories, files, and folders here.
|
||||
# Key = addon name you pass to `jeaddons add <name>`.
|
||||
REGISTRY: dict[str, RegistryEntry] = {
|
||||
"AddOn_CYCLE800_Turning": {
|
||||
"repo": "xxx",
|
||||
"path": "AddOn_CYCLE800_Turning/",
|
||||
"ref": "main",
|
||||
"dest": "AddOn/AddOn_CYCLE800_Turning/",
|
||||
}
|
||||
# "button": {
|
||||
# "repo": "https://github.com/your-org/templates.git",
|
||||
# "path": "src/components/Button.tsx",
|
||||
|
||||
Reference in New Issue
Block a user