Table of Contents
Deder Plugins 🔗
Official plugins for the Deder build tool.
Using a Plugin 🔗
Add a plugin to your deder.pkl by amending its config schema:
amends "https://sake92.github.io/deder-plugins/config/deder-protobuf/early-access/ProtobufPlugin.pkl"
Or pin to a specific version:
amends "https://sake92.github.io/deder-plugins/config/deder-protobuf/v0.2.0/ProtobufPlugin.pkl"
Versioned schemas are published automatically for every git tag.
Each plugin also has an examples/ folder in this GitHub repository.
Available Plugins 🔗
| Plugin | Schema |
|---|---|
| Build Info | early-access |
Generates a Scala BuildInfo object with metadata. |
|
| Protobuf | early-access |
Generates protobuf and gRPC code from .proto files. |
|
| Web Dashboard | early-access |
| Embedded HTTP dashboard with module info and live stats. | |
| TUI Dashboard | — |
| Terminal-based dashboard that polls the Web Dashboard API. |