MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / getSharedTemplateDir

Function getSharedTemplateDir

packages/cli/src/commands/init.ts:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

scaffoldProjectFunction · 0.85

Calls 1

resolveAssetDirFunction · 0.85

Tested by

no test coverage detected