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