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