Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
*/
112
export
function
getRunCommand(options: RunCommandOptions): string {
113
return
getRunCommandParts(options).join(
' '
)
114
}
Callers
1
run-command.spec.ts
File · 0.90
Calls
1
getRunCommandParts
Function · 0.85
Tested by
no test coverage detected