MCPcopy Index your code
hub / github.com/dmno-dev/bumpy / colorize

Function colorize

packages/bumpy/src/utils/logger.ts:34–36  ·  view source on GitHub ↗
(text: string, color: 'red' | 'green' | 'yellow' | 'blue' | 'cyan' | 'dim' | 'bold')

Source from the content-addressed store, hash-verified

32};
33
34export function colorize(text: string, color: 'red' | 'green' | 'yellow' | 'blue' | 'cyan' | 'dim' | 'bold'): string {
35 return pc[color](text);
36}

Callers 14

printHelpFunction · 0.90
checkCommandFunction · 0.90
printBumpFileListFunction · 0.90
statusCommandFunction · 0.90
channelStatusFunction · 0.90
printBumpFileGroupFunction · 0.90
printReleaseFunction · 0.90
generateCommandFunction · 0.90
versionCommandFunction · 0.90
channelVersionFunction · 0.90
ciCheckCommandFunction · 0.90
publishSnapshotFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…