mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-28 22:33:43 +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.
7 lines
146 B
Modula-2
7 lines
146 B
Modula-2
module zot-todo-extension
|
|
|
|
go 1.22
|
|
|
|
require github.com/patriceckhart/zot v0.0.0
|
|
|
|
replace github.com/patriceckhart/zot => /Users/pat/Developer/zot
|