Skip to content

caido/sdk-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

SDK definition for the Caido Frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published