@caido/sdk-frontend
v0.54.1
Published
Typing for the Caido Frontend SDK
Downloads
2,115
Keywords
Readme
👋 Frontend SDK
This is repository for the Caido frontend SDK.
The design pattern is heavily influenced by the VSCode SDK and works mainly with the Command concept.
import { Caido } from "@caido/sdk-frontend";
Caido.commands.register("my-command", {
name: "My Command",
run: (context) => {
// Do something
},
});
Caido.commandPalette.register("my-command");💚 Community
Come join our Discord community and connect with other Caido users! We'd love to have you as part of the conversation and help with any questions you may have.
