MCPcopy Create free account
hub / github.com/chhoumann/quickadd / makePlugin

Function makePlugin

src/formatters/formatSyntax.docs-examples.test.ts:263–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

261 }) as any;
262
263const makePlugin = () =>
264 ({
265 settings: {
266 inputPrompt: "single-line",
267 globalVariables: {
268 "Meeting Header": "## Meeting\n{{DATE:YYYY-MM-DD}}",
269 },
270 },
271 }) as any;
272
273describe("Format Syntax documentation examples", () => {
274 beforeEach(() => {

Calls

no outgoing calls

Tested by

no test coverage detected