mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-27 22:06:31 +02:00
Adds the todo panel example under examples/extensions, updates example manifests and READMEs to match the current extension API, and surfaces extension install/load commands in zot --help.
9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"name": "todo-panel",
|
|
"version": "0.3.0",
|
|
"exec": "go",
|
|
"args": ["run", "."],
|
|
"language": "go",
|
|
"description": "persistent interactive todo panel",
|
|
"enabled": true
|
|
}
|