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

Function copyInstallCommand

app/composables/useInstallCommand.ts:84–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 const { copied, copy } = useClipboard({ copiedDuring: 2000 })
83
84 async function copyInstallCommand() {
85 if (!fullInstallCommand.value) return
86 await copy(fullInstallCommand.value)
87 }
88
89 return {
90 selectedPM,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected