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

Function hyperframesScript

packages/cli/src/commands/init.ts:220–222  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

218}
219
220function hyperframesScript(command: string): string {
221 return `npx --yes ${getHyperframesPackageSpecifier()} ${command}`;
222}
223
224function buildPackageScripts(): Record<string, string> {
225 return {

Callers 1

buildPackageScriptsFunction · 0.85

Calls 1

Tested by

no test coverage detected