MCPcopy
hub / github.com/colbymchenry/codegraph / runInstaller

Function runInstaller

src/installer/index.ts:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 * the targets multi-select pre-populated with detected agents.
79 */
80export async function runInstaller(): Promise<void> {
81 return runInstallerWithOptions({});
82}
83
84export async function runInstallerWithOptions(opts: RunInstallerOptions): Promise<void> {
85 const clack = await importESM('@clack/prompts');

Callers 1

codegraph.tsFile · 0.85

Calls 1

runInstallerWithOptionsFunction · 0.85

Tested by

no test coverage detected