()
| 198 | } |
| 199 | |
| 200 | function getSharedTemplateDir(): string { |
| 201 | return resolveAssetDir(["..", "templates", "_shared"], ["templates", "_shared"]); |
| 202 | } |
| 203 | |
| 204 | function toPackageName(projectName: string): string { |
| 205 | const normalized = basename(projectName) |
no test coverage detected