MCPcopy Create free account
hub / github.com/code-pushup/cli / titleStyle

Function titleStyle

packages/cli/src/lib/implementation/formatting.ts:3–5  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

1import ansis from 'ansis';
2
3export function titleStyle(title: string) {
4 return `${ansis.bold(title)}`;
5}
6
7export function headerStyle(title: string) {
8 return `${ansis.green(title)}`;

Callers 2

yargsCliFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected