Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.5 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.5 KB
image

Website   •   Dashboard   •   Docs   •   Roadmap   •   Branding   •   Discord

👋 Frontend SDK

NPM Version

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.