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