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

Function getPackPath

src/pack-config.ts:20–22  ·  view source on GitHub ↗
(workDir: string)

Source from the content-addressed store, hash-verified

18export const PACK_FILE = "skillpack.json";
19
20export function getPackPath(workDir: string): string {
21 return path.join(workDir, PACK_FILE);
22}
23
24export function createDefaultConfig(
25 name: string,

Callers 4

loadConfigFunction · 0.85
saveConfigFunction · 0.85
configExistsFunction · 0.85
zipCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected