Documentation
¶
Overview ¶
Package plugin is a starter togo plugin shaped like a mini app: a self-registering backend provider, an injectable frontend (web/), its own internal packages, and a .claude/ agent kit. Copy this repo or run `togo make:plugin <name>` to scaffold a new one in the same shape.
On `togo install <owner>/<repo>` the package is blank-imported into the app, so init() registers it with the kernel — no manual wiring.
Index ¶
Constants ¶
View Source
const Name = "example"
Name is the plugin's stable identifier.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.