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

Function getPackConfig

src/runtime/adapters/web.ts:26–29  ·  view source on GitHub ↗
(rootDir: string)

Source from the content-addressed store, hash-verified

24// ---------------------------------------------------------------------------
25
26function getPackConfig(rootDir: string): any {
27 const raw = fs.readFileSync(path.join(rootDir, "skillpack.json"), "utf-8");
28 return JSON.parse(raw);
29}
30
31function parseCommand(text: string) {
32 return resolveCommand(text.trim().toLowerCase());

Callers 1

startMethod · 0.85

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected