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

Function getHyperframesPackageSpecifier

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

Source from the content-addressed store, hash-verified

214}
215
216function getHyperframesPackageSpecifier(): string {
217 return VERSION === "0.0.0-dev" ? "hyperframes" : `hyperframes@${VERSION}`;
218}
219
220function hyperframesScript(command: string): string {
221 return `npx --yes ${getHyperframesPackageSpecifier()} ${command}`;

Callers 1

hyperframesScriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected