MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / CreateCommandOptions

Interface CreateCommandOptions

src/commands/create.ts:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118// ---------------------------------------------------------------------------
119
120export interface CreateCommandOptions {
121 config?: string;
122}
123
124export async function createCommand(
125 directory?: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected