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

Function getCurrentDirectoryPackageName

packages/cli/src/utils.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25export function getCurrentDirectoryPackageName(): string {
26 return getDirectoryPackageName(process.cwd())
27}
28
29export function isCurrentDirectoryProjectNameInput(name: string): boolean {
30 const normalized = name.trim()

Callers 1

resolveProjectLocationFunction · 0.85

Calls 1

getDirectoryPackageNameFunction · 0.85

Tested by

no test coverage detected