MCPcopy Create free account
hub / github.com/formkit/formkit / getCodexHome

Function getCodexHome

packages/cli/src/skill.ts:306–308  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304}
305
306function getCodexHome(): string {
307 return resolve(process.env.CODEX_HOME || join(homedir(), '.codex'))
308}
309
310async function getFormKitSkillSourceDir(): Promise<string> {
311 const fileUrl = new URL('../assets/skills/formkit', import.meta.url)

Callers 1

installFormKitSkillFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected