MCPcopy Create free account
hub / github.com/TanStack/cli / localRelativePath

Function localRelativePath

packages/create/src/edge-template-file.ts:117–118  ·  view source on GitHub ↗
(path: string, stripExtension: boolean = false)

Source from the content-addressed store, hash-verified

115
116 return async function templateFile(file: string, content: string) {
117 const localRelativePath = (path: string, stripExtension: boolean = false) =>
118 relativePath(file, path, stripExtension)
119
120 const integrationImportContent = (integration: Integration) =>
121 integration.import ||

Callers 1

integrationImportContentFunction · 0.70

Calls 1

relativePathFunction · 0.70

Tested by

no test coverage detected