MCPcopy Index your code
hub / github.com/npmx-dev/npmx.dev / getRunCommand

Function getRunCommand

app/utils/run-command.ts:112–114  ·  view source on GitHub ↗
(options: RunCommandOptions)

Source from the content-addressed store, hash-verified

110 * Generate the full run command for a package.
111 */
112export function getRunCommand(options: RunCommandOptions): string {
113 return getRunCommandParts(options).join(' ')
114}

Callers 1

Calls 1

getRunCommandPartsFunction · 0.85

Tested by

no test coverage detected