MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / runInstaller

Function runInstaller

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

Source from the content-addressed store, hash-verified

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

Callers 1

codegraph.tsFile · 0.85

Calls 1

runInstallerWithOptionsFunction · 0.85

Tested by

no test coverage detected