MCPcopy
hub / github.com/haydenbleasel/ultracite / MaybeInstallUltraciteSkillOptions

Interface MaybeInstallUltraciteSkillOptions

packages/cli/src/skill.ts:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const ultraciteSkillName = "ultracite";
9
10interface MaybeInstallUltraciteSkillOptions {
11 packageManager: PackageManagerName;
12 quiet?: boolean;
13 shouldInstall?: boolean;
14}
15
16const buildUltraciteSkillInstallCommand = (
17 packageManager: PackageManagerName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…