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

Function isCurrentDirectoryProjectNameInput

packages/cli/src/utils.ts:29–32  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

27}
28
29export function isCurrentDirectoryProjectNameInput(name: string): boolean {
30 const normalized = name.trim()
31 return normalized === '' || normalized === '.'
32}
33
34export function resolveProjectLocation({
35 projectName,

Callers 1

validateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected